我开始标记我们为实例(根设备和额外设备)创建的所有卷。 我发现,对于 aws_instance 资源,我添加了 volume_tags 字段,并且为该实例附加的所有卷均已正确标记。
但是在使用 aws_autoscaling_group 和 aws_launch_configuration 资源时,我找不到标记卷的方法。这些资源不支持volume_tags字段。
您知道我要解决此问题的方法吗?
谢谢。
答案 0 :(得分:0)
You will want to switch to using launch_templates instead of launch_configurations. Launch Templates allow for propagation of tags to both instances and volumes.