We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0eb36 commit bc687e9Copy full SHA for bc687e9
1 file changed
oracledatabase_autonomous_database_full/main.tf
@@ -5,8 +5,6 @@ resource "google_oracle_database_autonomous_database" "myADB"{
5
display_name = "autonomousDatabase displayname"
6
database = "mydatabase-${local.name_suffix}"
7
admin_password = "123Abpassword"
8
- odb_network = "projects/my-project/locations/us-east4/odbNetworks/my-odbnetwork-${local.name_suffix}"
9
- odb_subnet = "projects/my-project/locations/us-east4/odbNetworks/my-odbnetwork/odbSubnets/my-odbsubnet-${local.name_suffix}"
10
network = data.google_compute_network.default.id
11
cidr = "10.5.0.0/24"
12
labels = {
0 commit comments