You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The group should have been modified with the correct role ARN.
Actual Behavior
It seems that in the request performed to Amazon, Terraform sends the group description as role_arn (as seen in the error message) preventing to update the resource.
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered:
Hello.
I am facing a very strange behavior, I believe that it is a Terraform provider bug, but feel free to close the ticket if not :)
Terraform Version
Terraform v0.11.6
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/npellegrin/72b9d54bc494d95e712df5ab4d2e5061
Error message is:
Invalid ARN format Team group (managed by Terraform)
Expected Behavior
The group should have been modified with the correct role ARN.
Actual Behavior
It seems that in the request performed to Amazon, Terraform sends the group description as role_arn (as seen in the error message) preventing to update the resource.
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: