-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
always diff on transit_gateway_default_route_table_association = false -> true #90
Comments
This issue has been automatically marked as stale because it has been open 30 days |
This issue was automatically closed because of stale in 10 days |
/reopen |
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
I'm using this module to provision TGW & TGW attachments in multiaccount environment.
Everything works however on every terraform plan I see a diff for
transit_gateway_default_route_table_association = true -> false
There is a related issue with a workaround provided here but lifecycle can be used only inside the resource which means that only the owner of the module can implement it or I have to pull the code into my repo which is undesired.
Versions
Module version [Required]: 2.8.1
Terraform version: 1.3.4
Terragrunt version: 0.40.2
Provider version(s):
Reproduction Code [Required]
Steps to reproduce the behavior:
No.
Using terragrunt.
Yes
terrafomr/terragrunt plan
Expected behavior
no diff
Actual behavior
There is always a diff regardless if the account has a TGW or only attachment.
Example:
The text was updated successfully, but these errors were encountered: