Skip to content

Commit fd48347

Browse files
Make private_endpoint_label unique per test run of TestAccOracleDatabaseAutonomousDatabase_oracledatabaseAutonomousDatabaseFullExample (#12523) (#870)
[upstream:1faadb6e2dcb325c1724ef14090df9c69bd3360f] Signed-off-by: Modular Magician <[email protected]>
1 parent 2ab736f commit fd48347

File tree

1 file changed

+1
-1
lines changed
  • oracledatabase_autonomous_database_full

1 file changed

+1
-1
lines changed

oracledatabase_autonomous_database_full/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ resource "google_oracle_database_autonomous_database" "myADB"{
2929
3030
}
3131
private_endpoint_ip = "10.5.0.11"
32-
private_endpoint_label = "testhost"
32+
private_endpoint_label = "myendpoint-${local.name_suffix}"
3333
}
3434
deletion_protection = "true-${local.name_suffix}"
3535
}

0 commit comments

Comments
 (0)