We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e0de2a commit b9cde61Copy full SHA for b9cde61
infrastructure/ami/hcl2-files/sources.pkr.hcl
@@ -11,4 +11,7 @@ source "amazon-ebs" "ubuntu" {
11
volume_type = "gp2"
12
delete_on_termination = true
13
}
14
+ tags = {
15
+ tag_name = var.tag_name
16
+ }
17
0 commit comments