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

7 lines
122 B
HCL

variable "default-tags" {}
variable resource-prefix {}
variable config-retention-days {
type = number
default = 365
}