-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
Description
We're using version 0.9.11 with Terraform 0.9.11.
Scenario
- We create an
alks_iamroleoftype = "Amazon EC2". - Everything works right; some time passes.
- Someone (via a ticket) changes the Trust Policy on this role.
- Terraform plan shows no changes
Expected Behavior
Terraform plan shows either a different "type" for the role, or an unknown "type".
I don't know the ALKS API very well, but it feels like this violates the idempotent and authoritative nature of terraform.
Reactions are currently unavailable