-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Setting the nat_gateway_enabled=false results in Invalid index error #44
Labels
bug
🐛 An issue with the system
Comments
Reran the test from #45 and confirmed it's still an issue.
|
paulrob-100
changed the title
Setting the nat_gateway_enabled=false results in InvalidNatGatewayId.Malformed error
Setting the nat_gateway_enabled=false results in Invalid index error
Apr 26, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the Bug
Setting the nat_gateway_enabled=false results in InvalidNatGatewayId.Malformed error on private subnets aws_route resource
Expected Behavior
Terraform apply should run without error and no routes to the nat gateways should exist in the private subnets
Steps to Reproduce
Steps to reproduce the behavior:
nat_gateway_enabled = true
to benat_gateway_enabled = false
terraform apply -var-file fixtures.us-east-2.tfvars
InvalidNatGatewayId.Malformed: Invalid id: "0" (expecting "nat-...")
Screenshots
Not necessary
Environment (please complete the following information):
Anything that will help us triage the bug will help. Here are some ideas:
Additional Context
None
The text was updated successfully, but these errors were encountered: