aws_appstream_image_builder - image_arn parameter not actually usable on create #22065
Labels
bug
Addresses a defect in current functionality.
service/appstream
Issues and PRs that pertain to the appstream service.
Milestone
Community Note
Terraform CLI and Terraform AWS Provider Version
Terraform v1.0.10
AWS Provider 3.67.0
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Expected Behavior
Image builder created utilizing passed in Arn.
Actual Behavior
Error: error creating Appstream ImageBuilder (TestBaselineBuilder): InvalidParameterCombinationException: Specify either the name or the ARN of the shared image to use.
Steps to Reproduce
terraform apply
Important Factoids
I checked the provider code and it seems image_arn is never used on create.
References
The text was updated successfully, but these errors were encountered: