We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f173a commit dcf3519Copy full SHA for dcf3519
main.tf
@@ -172,7 +172,7 @@ resource "aws_launch_template" "x86" {
172
173
tag_specifications {
174
resource_type = "instance"
175
- tags = var.tags
+ tags = merge(var.tags, { "depot-connection" = var.connection-id })
176
}
177
178
@@ -209,7 +209,7 @@ resource "aws_launch_template" "arm" {
209
210
211
212
213
214
215
0 commit comments