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 da57ed4 commit 690cf39Copy full SHA for 690cf39
variables.tf
@@ -442,7 +442,17 @@ variable "ebs_volumes" {
442
}))
443
default = null
444
}
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
+}
456
################################################################################
457
# IAM Role / Instance Profile
458
0 commit comments