9 lines
154 B
HCL
9 lines
154 B
HCL
variable "default-tags" {}
|
|
variable resource-prefix {}
|
|
|
|
variable config-retention-days {
|
|
type = number
|
|
default = 365
|
|
}
|
|
|
|
variable primary-aws-region {} |