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

11 lines
No EOL
751 B
HCL

variable vcn_id { type = string }
variable subnet_cidr_block { type = string }
variable allowed_pod_cidrs { type = list(string) }
variable autonomous_json_name { type = string }
variable autonomous_json_compartment_id { type = string }
variable autonomous_json_compute_model { type = string }
variable autonomous_json_compute_count { type = number }
variable autonomous_json_data_storage_size_in_tbs { type = number }
variable autonomous_json_is_auto_scaling_enabled { type = bool }
variable vault_id { type = string }
variable master_key_id { type = string }