Skip to content

Commit bc687e9

Browse files
Revert "Fix oracledatabase adb basic and full tests" (#17364) (#1308)
[upstream:cd440614a976e4d11e8c1ccd48ba170ad2f07fe2] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent 8a0eb36 commit bc687e9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • oracledatabase_autonomous_database_full

oracledatabase_autonomous_database_full/main.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ resource "google_oracle_database_autonomous_database" "myADB"{
55
display_name = "autonomousDatabase displayname"
66
database = "mydatabase-${local.name_suffix}"
77
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}"
108
network = data.google_compute_network.default.id
119
cidr = "10.5.0.0/24"
1210
labels = {

0 commit comments

Comments
 (0)