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.
2 parents 0c3a02c + 1ecdda4 commit 4f663b7Copy full SHA for 4f663b7
main.tf
@@ -176,7 +176,7 @@ resource "aws_launch_template" "x86" {
176
177
tag_specifications {
178
resource_type = "instance"
179
- tags = var.tags
+ tags = merge(var.tags, { "depot-connection" = var.connection-id })
180
}
181
182
@@ -217,7 +217,7 @@ resource "aws_launch_template" "arm" {
217
218
219
220
221
222
223
0 commit comments