Closed DagrutCr closed 11 months ago
I notice that gateway_id is set twice in this example.
Indeed, I added these lines from a previous error message but anyway, with or without the second gateway_id
line the issue is the same.
In my case I had to use the AWS API to configure it :-/ .
Hey @DagrutCr 👋 I recently reverted a change to the documentation that I think might be applying to you here. You can see details about the pull request here: https://github.com/hashicorp/terraform-provider-aws/pull/21740. Can you update your configuration with that change in mind and see if that resolves your issue?
Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. Maintainers can also remove the stale label.
If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thank you!
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.
Terraform Version
Terraform Configuration Files
Debug Output & Crash Output
See : https://gist.github.com/DagrutCr/8f4f654104e64fb5c3a97d9c8ae6500f
Expected Behavior
Create or update route tables properly...
Actual Behavior
Crash when attempting to create or edit a route table, default or not
Steps to Reproduce
terraform init
terraform apply -var AWS_REGION=eu-west-3 -var "AWS_ACCESS_KEY=$key" -var "AWS_SECRET_KEY=$secret" -auto-approve
Additional Context
I did not include an example for normal route tables because that is the exact same issue (requiring all variables to be set for each route, and then crashing because nothing is set, even if it is).
References
Issue initially posted here : https://github.com/hashicorp/terraform/issues/29643