-
Notifications
You must be signed in to change notification settings - Fork 67
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
exposing IDs of created aws instances #5
Comments
Unfortunately, the EC2 instance IDs are currently not included in the output. But I noted this as a feature for the next release (see #6). |
thanks! 👍 |
One more question. I need to specify an availability zone when creating EBS volume and availability zone for EBS and the instance that is using it must be the same. I think there are two ways how to solve that: either there should be an option for the availability zone where to create instances or the availability zone of an instance should be in the outputs (along with instance ID discussed previously). |
Also noted for the next release 👍 |
Additional info to expose in output:
|
A noob question as I'm starting to experiment with the terraform. I have some other resources that I would like to create as part of creating the cluster. Additional EBS volume on each worker node. For that, I would need an instance ID of the worker node (resource aws_volume_attachment). Now is there a way how to get such information from the module? My understanding is that whatever is not defined in the outputs cannot be retrieved. And there are no instance IDs in the cluster_nodes output variable. Any suggestions would be welcomed. Thanks!
The text was updated successfully, but these errors were encountered: