-
-
Notifications
You must be signed in to change notification settings - Fork 223
Open
Labels
bug🐛 An issue with the system🐛 An issue with the system
Description
Describe the Bug
Creating an instance using this module with the following flags:
associate_public_ip_address = true
assign_eip_address = false
causes the instance to be recreated when it is stopped because the "public address" (not EIP) is released when the server is shutdown.
To prevent this from happening we could add a lifecycle configuration which ignores this particular key. Unfortunately this cannot be done on a module object within Terraform so it must be done from inside the module itself.
Expected Behavior
No instance re-creation.
Steps to Reproduce
Steps to reproduce the behavior:
- Create an instance with the above flags
- Stop the instance
- Re-run
planand see that it will be recreated
Metadata
Metadata
Assignees
Labels
bug🐛 An issue with the system🐛 An issue with the system