File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ variable "gcp_oci_exa_infra" {
4343 # labels
4444 labels = optional (map (string ), {})
4545 }))
46+ default = {}
4647}
4748
4849# ##############################
@@ -101,4 +102,5 @@ variable "gcp_oci_exa_vmclusters" {
101102 # TAGS
102103 labels = map (string )
103104 }))
105+ default = {}
104106}
Original file line number Diff line number Diff line change 201201 "Storage Servers" : "storage_count"
202202
203203 },
204+ "EXA-VMClusters" :
205+ {
206+ "VM Cluster Display Name" : "display_name",
207+ "Oracle Grid Infrastructure Version" : "gi_version",
208+ "Allocate storage for Exadata sparse snapshots" : "is_sparse_diskgroup_enabled",
209+ "Allocate storage for local backups" : "is_local_backup_enabled",
210+ "Hostname Prefix" : "hostname"
211+ },
204212 "EXA-DBHomes" :
205213 {
206214 },
You can’t perform that action at this time.
0 commit comments