-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
[AWS] NAT Gateway diff error #4424
Comments
In my nat.tf, if I try to use subnet_ids for interpolation instead of public_subnets, I receive this error which seems identical to #3888
|
Cutting out the interesting part of the log:
which makes me think this is very likely related to #3888 (i.e. you're probably right) |
Yes, this is a manifestation of #3888, centralizing there |
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. |
I built terraform from the develop branch and have encountered the following error.
My environment has 3 availability zones and only 2 NAT gateways are being built. Every subsequent apply also fails to build the missing NAT gateway.
Here is my file structure
nat.tf
Attached is a debug log and screenshot of the aws console. Let me know what else you need from me.
tf.log.zip
The text was updated successfully, but these errors were encountered: