-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Global Tags - Note: Objects have changed outside of Terraform every run #1578
Comments
this doesnt seems related to module itself but Here you will see a lot of issues in provider which can causing your problems: |
So I still have this issue when I've updated the provider to use the following:
This is another workaround to prevent the vpc module from overriding subnet tags that are defined elsewhere. |
Im seeing this problem just with the
https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/data.tf#L89 |
good idea, do you will be able to create a PR for this? |
Hi @daroga0002, Im happy to 😊 |
It seems we cant add ignore_changes to
One way I can see of changing this is having the I've just updated our terraform diff checker to ignore these. I was able to reproduce with this https://gist.github.com/stephennancekivell/a2c06ce216de3999295c738668d53682 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had recent activity since being marked as stale. |
I've opened up a new PR to the aws http provider to allow a field here called If that is added and released, we could make use of it in this module to exclude the |
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. |
Description
Currently getting a change every run even though nothing is changing. I think this is an issue with setting the global tags on the provider.
Versions
Terraform v1.0.6
on darwin_amd64
Set global tags on provider, setup eks, run tf apply.
no
yes
tf apply
Code Snippet to Reproduce
Expected behavior
Apply only to run when there are changes.
Actual behavior
The text was updated successfully, but these errors were encountered: