|
@@ -35,35 +35,8 @@ variable "personalization_codes" {
|
|
|
# ----------------------------------
|
|
|
# Below this line are variables inherited from higher levels, so they
|
|
|
# do not need to be explicitly passed to this module.
|
|
|
-variable "standard_tags" {
|
|
|
- type = map
|
|
|
-}
|
|
|
-
|
|
|
-variable "inside_domain" {
|
|
|
- type = string
|
|
|
-}
|
|
|
-
|
|
|
-variable "aws_region" {
|
|
|
- type = string
|
|
|
-}
|
|
|
-
|
|
|
-#variable "environment_vars" {
|
|
|
-# description = "Environment Vars"
|
|
|
-# type = map
|
|
|
-#}
|
|
|
-#
|
|
|
-#variable "partition_vars" {
|
|
|
-# description = "Partition Vars"
|
|
|
-# type = map
|
|
|
-#}
|
|
|
-#
|
|
|
-#variable "region_vars" {
|
|
|
-# description = "Region Vars"
|
|
|
-# type = map
|
|
|
-#}
|
|
|
-#
|
|
|
-#variable "account_vars" {
|
|
|
-# description = "Account Vars"
|
|
|
-# type = map
|
|
|
-#}
|
|
|
-
|
|
|
+variable "standard_tags" { type = map }
|
|
|
+variable "inside_domain" { type = string }
|
|
|
+variable "aws_region" { type = string }
|
|
|
+variable "aws_partition" { type = string }
|
|
|
+variable "aws_account_id" { type = string }
|