-
Notifications
You must be signed in to change notification settings - Fork 466
instance volume tagging #90
Comments
OK, well, I didn't get very far before I hit hashicorp/terraform-provider-aws#4553 |
By ELB Volumes, do you mean EBS Volumes? If so, which ones? Also, I don't remember the details, but I looked into launch templates a while back and hit lots of limitations (e.g., something to do with not being able to specify subnets?), so I'm not excited about the prospect of changing to them. |
Yes, sorry, I have ELB on the brain from other stuff I've been doing today. |
I have a working version with no hacks at the WIP URL above. I think I'm still having issues due to the AWS provider bug. I can only successfully apply when setting encrypted="" on the EBS volume. |
Any news on this ? |
I'm back again with more tagging drama...
This time it is the volumes attached to the instances created by the autoscaling group. aws_launch_configuration does not give us a way to set those but aws_launch_template does. I'm working on a solution that replaces the former with the latter. I can't find a way in HCL to allow for either-or. I'll submit a PR once I have something that works (and one for terraform-aws-consul also) but wanted to open the discussion early in case anyone else has ideas on the subject.
The text was updated successfully, but these errors were encountered: