terraform.aws-baseline-infra/modules/security_identity_compliance/aws_config/variables.tf

9 lines
154 B
Terraform
Raw Normal View History

2021-01-29 16:21:17 +08:00
variable "default-tags" {}
variable resource-prefix {}
2021-01-29 16:21:17 +08:00
variable config-retention-days {
type = number
default = 365
}
variable primary-aws-region {}