Add ARN-based resource identity to imagebuilder#43540
Conversation
=== RUN TestAccImageBuilderContainerRecipe_Identity_Basic --- PASS: TestAccImageBuilderContainerRecipe_Identity_Basic (62.25s) === RUN TestAccImageBuilderContainerRecipe_Identity_RegionOverride --- PASS: TestAccImageBuilderContainerRecipe_Identity_RegionOverride (47.56s) === RUN TestAccImageBuilderContainerRecipe_Identity_ExistingResource --- PASS: TestAccImageBuilderContainerRecipe_Identity_ExistingResource (58.33s)
=== RUN TestAccImageBuilderDistributionConfiguration_Identity_Basic --- PASS: TestAccImageBuilderDistributionConfiguration_Identity_Basic (50.45s) === RUN TestAccImageBuilderDistributionConfiguration_Identity_RegionOverride --- PASS: TestAccImageBuilderDistributionConfiguration_Identity_RegionOverride (57.90s) === RUN TestAccImageBuilderDistributionConfiguration_Identity_ExistingResource --- PASS: TestAccImageBuilderDistributionConfiguration_Identity_ExistingResource (86.32s)
=== RUN TestAccImageBuilderImage_Identity_Basic --- PASS: TestAccImageBuilderImage_Identity_Basic (921.39s) === RUN TestAccImageBuilderImage_Identity_RegionOverride --- PASS: TestAccImageBuilderImage_Identity_RegionOverride (1060.78s) === RUN TestAccImageBuilderImage_Identity_ExistingResource --- PASS: TestAccImageBuilderImage_Identity_ExistingResource (1022.98s)
=== RUN TestAccImageBuilderImagePipeline_Identity_Basic --- PASS: TestAccImageBuilderImagePipeline_Identity_Basic (65.90s) === RUN TestAccImageBuilderImagePipeline_Identity_RegionOverride --- PASS: TestAccImageBuilderImagePipeline_Identity_RegionOverride (78.83s) === RUN TestAccImageBuilderImagePipeline_Identity_ExistingResource --- PASS: TestAccImageBuilderImagePipeline_Identity_ExistingResource (99.16s)
=== RUN TestAccImageBuilderImageRecipe_Identity_Basic --- PASS: TestAccImageBuilderImageRecipe_Identity_Basic (58.32s) === RUN TestAccImageBuilderImageRecipe_Identity_RegionOverride --- PASS: TestAccImageBuilderImageRecipe_Identity_RegionOverride (48.18s) === RUN TestAccImageBuilderImageRecipe_Identity_ExistingResource --- PASS: TestAccImageBuilderImageRecipe_Identity_ExistingResource (96.99s)
=== RUN TestAccImageBuilderInfrastructureConfiguration_Identity_Basic --- PASS: TestAccImageBuilderInfrastructureConfiguration_Identity_Basic (66.22s) === RUN TestAccImageBuilderInfrastructureConfiguration_Identity_RegionOverride --- PASS: TestAccImageBuilderInfrastructureConfiguration_Identity_RegionOverride (75.37s) === RUN TestAccImageBuilderInfrastructureConfiguration_Identity_ExistingResource --- PASS: TestAccImageBuilderInfrastructureConfiguration_Identity_ExistingResource (104.03s)
=== RUN TestAccImageBuilderWorkflow_Identity_Basic --- PASS: TestAccImageBuilderWorkflow_Identity_Basic (53.71s) === RUN TestAccImageBuilderWorkflow_Identity_RegionOverride --- PASS: TestAccImageBuilderWorkflow_Identity_RegionOverride (49.79s) === RUN TestAccImageBuilderWorkflow_Identity_ExistingResource --- PASS: TestAccImageBuilderWorkflow_Identity_ExistingResource (100.20s)
Community GuidelinesThis comment is added to every new Pull Request to provide quick reference to how the Terraform AWS Provider is maintained. Please review the information below, and thank you for contributing to the community that keeps the provider thriving! 🚀 Voting for Prioritization
Pull Request Authors
|
imagebuilder
Full Acceptance Test ResultsHere are the complete acceptance test results for all resources with resource identity support: aws_imagebuilder_container_recipeaws_imagebuilder_distribution_configurationaws_imagebuilder_imageaws_imagebuilder_image_pipelineaws_imagebuilder_image_recipeaws_imagebuilder_infrastructure_configurationaws_imagebuilder_workflowSummary
The resource identity implementation is working correctly and does not break existing functionality. |
|
Warning This Issue has been closed, meaning that any additional comments are much easier for the maintainers to miss. Please assume that the maintainers will not see them. Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed. |
|
This functionality has been released in v6.6.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
|
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Add resource identity to ARN-based resources in imagebuilder. This includes:
Relations
Relates #42983
Relates #42984
Output from Acceptance Testing