1
0
Files
terraform.examples/modules/security_identity_compliance/aws_config/variables.tf
T
2026-02-13 15:44:24 +08:00

9 lines
154 B
Terraform

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