You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.
Thanks for the feedback! I am not fully understanding what the ask is here. Can you please provide a little more detail about Add id as an output to the state file? What would the desired outcome be?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://groups.google.com/forum/#!topic/terraform-tool/hEESOVOgL_Q
Not with Terraform, but it's pretty easy to stop and start an instance with the CLI tools if you have them installed:
If you need to fetch the instance ID quickly, you can define a TF output and get at it that way:
Or if its buried in a module somewhere you can get it from the state:
Combine things and do:
Enjoy.
The text was updated successfully, but these errors were encountered: