Skip to content

Commit f25a1ae

Browse files
feat: enable default_from_api flag for ODB Network related fields in Oracledatabase CloudVmCluster (#14896) (#24045)
[upstream:80031d2e77a91d48a3175ddac15f05c2a9f4b4ae] Signed-off-by: Modular Magician <[email protected]>
1 parent 9f96add commit f25a1ae

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changelog/14896.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
oracledatabase: enabled default_from_api flag for ODB Network related fields in `google_oracle_database_cloud_vm_cluster` resource
3+
```

google/services/oracledatabase/resource_oracle_database_cloud_vm_cluster.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ projects/{project}/locations/{region}/cloudExadataInfrastuctures/{cloud_extradat
8181
},
8282
"backup_odb_subnet": {
8383
Type: schema.TypeString,
84+
Computed: true,
8485
Optional: true,
8586
ForceNew: true,
8687
Description: `The name of the backup OdbSubnet associated with the VM Cluster.
@@ -123,6 +124,7 @@ Format: projects/{project}/global/networks/{network}`,
123124
},
124125
"odb_network": {
125126
Type: schema.TypeString,
127+
Computed: true,
126128
Optional: true,
127129
ForceNew: true,
128130
Description: `The name of the OdbNetwork associated with the VM Cluster.
@@ -133,6 +135,7 @@ the odb_subnet and backup_odb_subnet.`,
133135
},
134136
"odb_subnet": {
135137
Type: schema.TypeString,
138+
Computed: true,
136139
Optional: true,
137140
ForceNew: true,
138141
Description: `The name of the OdbSubnet associated with the VM Cluster for

0 commit comments

Comments
 (0)