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 }