-
Notifications
You must be signed in to change notification settings - Fork 266
Make sure resources are all tagged #1115
Comments
Would there be a way to add an automated test for that one? |
Automated tests would be great. Manually booting 1.6.4 release shows that these items are tagged with custom tags:
Not tagged with custom tags:
Not tagged at all:
|
Assigning to @estroz avec discussed offline! Thanks! |
Tags by Resource Types as of 1.6.4: *: Only some were tagged, not all
Note:
|
Needs more investigation for desired user experience. |
In the planning meeting we discussed:
I have reached out to our AWS contacts to see if they can lend any resources to improving the terraform support. Shipping a separate binary or requiring users to interact with the raw providers API does not meet our UX requirements. @estroz what was the limitation around tagging the auto-scaled instances? |
All resource types that support tagging in AWS can be tagged by Terraform
if explicitly created. However, default resources, ex. network interfaces
created when creating an EC2 instance, or a resource created when creating
a parent, cannot be tagged in certain cases.
Regarding volumes of auto-scaled instances, `root_block_device` volumes
specified by launch configurations cannot be tagged by Terraform, according
to hashicorp/terraform#14558.
…On Wed, Jul 12, 2017 at 7:24 AM, Rob Szumski ***@***.***> wrote:
In the planning meeting we discussed:
- upstream Terraform doesn't support tagging for all resource types
- we could ship a binary that uses the raw APIs to accomplish this
I have reached out to our AWS contacts to see if they can lend any
resources to improving the terraform support.
Shipping a separate binary or requiring users to interact with the raw
providers API does not meet our UX requirements.
@estroz <https://github.com/estroz> what was the limitation around
tagging the auto-scaled instances?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1115 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AMYjO1V8tFeEzzmsk7gtNn_zofSoQbAyks5sNNcmgaJpZM4N9vrx>
.
|
This is complete. Just need to document the caveats for which i created a separate issue. |
Tracking the issue mentioned in #218 (comment).
The fix should be in the next release.
The text was updated successfully, but these errors were encountered: