Open magreenbaum opened 9 months ago
Voting for Prioritization
Volunteering to Work on This Issue
I believe this actually because of this bug. https://github.com/hashicorp/terraform-provider-aws/issues/34813
Basically you can't use the API to create custom SAML apps but Terraform allows you to import them. If you attempt to modify the resource it will fail. It either fails validation on the name or it tries to add a new property "application_account" that isn't possible.
Terraform Core Version
1.5.7
AWS Provider Version
5.31.0
Affected Resource(s)
aws_ssoadmin_application
Expected Behavior
Successful terraform apply without error.
Actual Behavior
Following an import of the resource
aws_ssoadmin_application
, terraform plan shows addition ofapplication_account
attribute. Applying this results in an error that the provider returned invalid result object after apply.Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
Import an existing ssoadmin application. Run terraform apply to apply the
application_account
showing known after apply.Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None