17 lines
No EOL
715 B
HCL
17 lines
No EOL
715 B
HCL
## =================================
|
|
## PostgeSQL
|
|
## =================================
|
|
|
|
# Network
|
|
variable vcn_id {type = string}
|
|
variable subnet_cidr_block {type = string}
|
|
variable allowed_pod_cidrs {type = list(string)}
|
|
variable postgresql_name {type = string}
|
|
variable postgresql_compartment_id {type = string}
|
|
variable postgresql_version {type = string}
|
|
variable postgresql_shape {type = string}
|
|
variable postgresql_ocpu_count {type = number}
|
|
variable postgresql_memory_in_gbs {type = number}
|
|
variable postgresql_instance_count {type = number}
|
|
variable vault_id {type = string}
|
|
variable master_key_id {type = string} |