-
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
Terraform try to change enable_cross_zone_load_balancing
and allow_overwrite
parameters
#4168
Comments
Which version of the plugin? |
AWS plugin |
But does it make sense that these attributes are empty by default? I understand they were added recently to Terraform, but the default returned by AWS should be Isn't this similar to #4065 at all? |
@israel-tk Oh AWS changes their API response from time to time. Sometimes they send sane defaults, sometimes |
OK so I'm closing this ticket as it's an AWS issue, not a Terraform one. :) |
However according to https://docs.aws.amazon.com/elasticloadbalancing/latest/userguide/how-elastic-load-balancing-works.html "With Application Load Balancers, cross-zone load balancing is always enabled.". I don't think the attribute |
The fix for suppressing non-applicable attributes in aws_lb diffs was made in #4032 and released in version 1.14.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. If that fix is not working we can reopen this issue. |
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! |
Seems an issue very similar to #4065 but for different resources and parameters.
On plan, example:
@aaithal?
The text was updated successfully, but these errors were encountered: