Skip to content

Commit 690cf39

Browse files
authored
Update variables.tf
add domain when we run pipeline specify by domain.
1 parent da57ed4 commit 690cf39

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

variables.tf

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,17 @@ variable "ebs_volumes" {
442442
}))
443443
default = null
444444
}
445-
445+
################################################################################
446+
# Domain
447+
################################################################################
448+
variable "image_map" {
449+
type = map(string)
450+
default = {
451+
dev = "dev"
452+
tst = "tst"
453+
prd = "prd"
454+
}
455+
}
446456
################################################################################
447457
# IAM Role / Instance Profile
448458
################################################################################

0 commit comments

Comments
 (0)