-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Allow specifying AWS instance name/tags #139
Comments
Hey @nickelser! Yup, that is needed for sure. I added it to the AWS meta-issue to track, #28. Thanks! |
Got it - for new AWS issues should I be adding as a comment to #28? Or is submitting new issues OK? |
Submitting new issues is fine for the sake of Google, but we just merge them into the main issue as things would otherwise get unruly – each provider just has so many features, especially AWS. |
Any provision for adding aws-instance name in .tf file before launching it.Like google cloud provider has. |
I don't know when this was added but I think this issue is solved, right? |
@gboudrias yes you can add the instance name adding the tags:name within aws_instance resource |
FYI for Terraform v0.12.20 you'll need to do |
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. |
From http://www.terraform.io/docs/providers/aws/r/instance.html, it does not appear to be possible to specify the instance name or tags - both of which are pretty essential for managing a fleet of AWS instances.
Packer lets you specify these (yay!), but prebuilt AMIs do not usually have the attributes you desire.
The text was updated successfully, but these errors were encountered: