|
@@ -130,6 +130,7 @@ resource "aws_instance" "instance" {
|
|
|
|
|
|
user_data = data.template_cloudinit_config.salt_master_cloud_init_config.rendered
|
|
user_data = data.template_cloudinit_config.salt_master_cloud_init_config.rendered
|
|
tags = merge( var.standard_tags, var.tags, { Name = var.instance_name })
|
|
tags = merge( var.standard_tags, var.tags, { Name = var.instance_name })
|
|
|
|
+ volume_tags = merge( var.standard_tags, var.tags, { Name = var.instance_name })
|
|
}
|
|
}
|
|
|
|
|
|
#Uncommnet this when we are ready to make the change.
|
|
#Uncommnet this when we are ready to make the change.
|