infracloud/archives/invista-nexus_Fix-Unauthorized/modules/redis/variables.tf
2026-03-09 15:02:41 -03:00

10 lines
No EOL
505 B
HCL

variable vcn_id {type = string}
variable subnet_cidr_block {type = string}
variable allowed_pod_cidrs {type = list(string)}
variable redis_name {type = string}
variable redis_compartment_id {type = string}
variable redis_count_node {type = number}
variable redis_node_memory_in_gbs {type = number}
variable redis_software_version {type = string}
variable vault_id {type = string}
variable master_key_id {type = string}