@@ -59,9 +59,9 @@ sddcs = {
59
59
# terraform import "module.sddc[\"<<sddc terraform variable name>>\"].oci_ocvp_sddc.sddc" <<sddc ocid>>
60
60
############################
61
61
sddcs = {
62
- sddc-std22 = {
62
+ sddc-std = {
63
63
compartment_id = "AppDev"
64
- display_name = "sddc-std22 "
64
+ display_name = "sddc-std "
65
65
availability_domain = 0
66
66
is_hcx_enabled = "true"
67
67
vmware_software_version = "7.0 update 3"
@@ -71,7 +71,7 @@ sddcs = {
71
71
esxi_hosts_count = 3
72
72
instance_display_name_prefix = "sddc-std2"
73
73
is_shielded_instance_enabled = "false"
74
- ssh_authorized_keys = "sddc-std2 "
74
+ ssh_authorized_keys = "sddc-std "
75
75
network_compartment_id = "Network"
76
76
vcn_name = "vcn-sddc"
77
77
provisioning_subnet_id = "Subnet-sddc"
@@ -89,45 +89,8 @@ sddcs = {
89
89
defined_tags = {
90
90
"Oracle-Tags.CreatedOn"= "2023-06-05T16:57:49.375Z" ,
91
91
"Oracle-Tags.CreatedBy"= "oracleidentitycloudservice/[email protected] " ,
92
- "Tracking.Creator"= "oracleidentitycloudservice/[email protected] " ,
93
- "Tracking.Created_time"= "2023-06-05T16:57:49.375Z" ,
94
- "AAA.Env"= "Prod"
95
92
}
96
93
},
97
- sddc-std1 = {
98
- compartment_id = "AppDev"
99
- display_name = "sddc-std1"
100
- availability_domain = 0
101
- is_hcx_enabled = "true"
102
- vmware_software_version = "7.0 update 3"
103
- initial_sku = "HOUR"
104
- initial_host_shape_name = "BM.Standard.E4.128"
105
- initial_host_ocpu_count = "32"
106
- esxi_hosts_count = 3
107
- instance_display_name_prefix = "sddc-std"
108
- is_shielded_instance_enabled = "false"
109
- ssh_authorized_keys = "sddc-std1"
110
- network_compartment_id = "Network"
111
- vcn_name = "vcn-sddc"
112
- provisioning_subnet_id = "Subnet-sddc"
113
- nsx_edge_uplink1vlan_id = "VLAN-sddc-std-NSX Edge Uplink 1"
114
- nsx_edge_uplink2vlan_id = "VLAN-sddc-std-NSX Edge Uplink 2"
115
- nsx_edge_vtep_vlan_id = "VLAN-sddc-std-NSX Edge VTEP"
116
- nsx_vtep_vlan_id = "VLAN-sddc-std-NSX VTEP"
117
- vmotion_vlan_id = "VLAN-sddc-std-vMotion"
118
- vsan_vlan_id = "VLAN-sddc-std-vSAN"
119
- vsphere_vlan_id = "VLAN-sddc-std-vSphere"
120
- hcx_vlan_id = "VLAN-sddc-std-HCX"
121
- replication_vlan_id = "VLAN-sddc-std-Replication Net"
122
- provisioning_vlan_id = "VLAN-sddc-std-Provisioning Net"
123
- workload_network_cidr = "172.16.0.0/24"
124
- defined_tags = {
125
- "Oracle-Tags.CreatedOn"= "2023-06-05T11:00:51.077Z" ,
126
- "Oracle-Tags.CreatedBy"= "oracleidentitycloudservice/[email protected] " ,
127
- "Tracking.Creator"= "oracleidentitycloudservice/[email protected] " ,
128
- "Tracking.Created_time"= "2023-06-05T11:00:51.077Z"
129
- }
130
- },
131
-
94
+
132
95
}
133
96
```
0 commit comments