-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iam_instance_profile not updating roles #1270
Comments
same with Terraform v0.10.2 |
Happens with terraform-provider-aws 0.10 too. Thanks for workaround! |
Happens with Terraform v0.11.7, provider.aws v1.17.0 too. |
Hi @salliewalecka - Thanks for taking the time to submit this issue. I had a look at this with the most recent versions of Terraform and the AWS Provider (0.12.13 and 2.38.0 respectively, at the moment) and was unable to reproduce this behavior - changing from |
Thanks for the work-around!! I've been stuck on this problem all day.
|
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Terraform Version
v0.9.11
Affected Resource(s)
iam_instance_profile
Terraform Configuration Files
Debug Output
Expected Behavior
When using role attribute, the instance profile should have a role. e.g.
Actual Behavior
When using role attribute, the instance profile had an empty array.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
Workaround
Go back to using roles even though it is deprecated.
The text was updated successfully, but these errors were encountered: