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
v0.9.11
[edit]
Just upgraded to v0.10.2 to validate, but problem still exists
Situation
I'm using an aws_api_gateway_usage_plan which applies to multiple stages, defined with the api_stages config blocks.
So just as the example in the docs here I specify multiple:
I expect actually that after the initial apply, and without any changes to the config, terraform will not suggest any changes. After the first run, it leaves the throttle_settings for what it is, but the api_stages keep on re-ordering.
The text was updated successfully, but these errors were encountered:
This issue has been automatically migrated to hashicorp/terraform-provider-aws#1675 because it looks like an issue with that provider. If you believe this is not an issue with the provider, please reply to this issue and let us know.
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 7, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
v0.9.11
[edit]
Just upgraded to v0.10.2 to validate, but problem still exists
Situation
I'm using an
aws_api_gateway_usage_plan
which applies to multiple stages, defined with theapi_stages
config blocks.So just as the example in the docs here I specify multiple:
Starting from a clean environment, terraform will create the following resource:
Problem
When all is applied, and after this I run a
terraform plan
, it will suggest the following changes:If I apply this and run
terraform plan
again, it suggests the following changes:Expected
I expect actually that after the initial apply, and without any changes to the config, terraform will not suggest any changes. After the first run, it leaves the
throttle_settings
for what it is, but theapi_stages
keep on re-ordering.The text was updated successfully, but these errors were encountered: