-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Unable to assign private_ip to instance (multiple) #102
Comments
You are right, currently, this module creates instances but it is not possible to give each instance a fixed private IP. Sounds like a small pull-request is missing. |
Glad I am not missing something. Not sure how to go about properly adding a pull-request ...all guidance appreciated as not having this functionality has me at a temporary standstill. Thanks! |
Fixed in v2.2.0 |
Wow...that’s service! Is this backwards compatible to TF v11 or is 12 required? As it is v.2.2.0 assume 12 only? |
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. |
Using
To assign static address to a single instance works great using this module.
I have a need to create multiple instances and statically set their ip’s
Have tried setting as variable before module as in below which also does not work
What is the proper way to provision multiple instances and statically assign private_ip?
The text was updated successfully, but these errors were encountered: