-
Notifications
You must be signed in to change notification settings - Fork 44
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
FR: set volume_tags
on aws_instance
resource
#186
Labels
enhancement
New feature or request
Comments
@chpl - by any chance do you have a sample file? |
@TomerHeber sample file:
OR:
|
The PR #187 introduces a conflict error. I have more details in #187 (comment). Should I open a new issue or reopen this one? |
@terenho-jobber - if you can open a new issue I will greatly appreciate that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
The aws_instance resource creates an ebs volume, but the tags are not applied to it.
See https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/instance#tags
Describe the solution you'd like
There's volume_tags attribute that controls volume tags, terratag should set it too.
Describe alternatives you've considered
Another option is to manage volumes as separate resource and attach them using
aws_volume_attachment
but this won't work for root volume.Additional context
n/a
The text was updated successfully, but these errors were encountered: