-
-
Notifications
You must be signed in to change notification settings - Fork 169
Closed
Labels
bug🐛 An issue with the system🐛 An issue with the system
Description
Found a bug? Maybe our Slack Community can help.
Describe the Bug
Upon enabling the use of nat instances, disabling nat gateways and specifying the correct number of pre-existing eips the. nat instances are not created, this is NOT the case if you do not supply exiting eips, nat instances are created correctly in that instance.
Expected Behavior
Create a VPC
Attach an internet gateway.
Create eips
Standup module for dynamic subnets and. specify nat instances and eips to be used.
Subnets should be created with nat instances in public subnets using the pre existing eips
Steps to Reproduce
Steps to reproduce the behavior:
- Get test code from this gist
- create three eips
- alter tfvars file to have your own eips in.
- run terraform init and run
- Observe that nat instances were not. created.
Environment (please complete the following information):
Anything that will help us triage the bug will help. Here are some ideas:
- OS: Linux
- Terraform 12.x
Additional Context
Tried both. manual vpc creation and using a module
gregory and joe-niland
Metadata
Metadata
Assignees
Labels
bug🐛 An issue with the system🐛 An issue with the system