Skip to content

Commit

Permalink
Make private_endpoint_label unique per test run of `TestAccOracleDa…
Browse files Browse the repository at this point in the history
…tabaseAutonomousDatabase_oracledatabaseAutonomousDatabaseFullExample` (#12523) (#870)

[upstream:1faadb6e2dcb325c1724ef14090df9c69bd3360f]

Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored Dec 11, 2024
1 parent 2ab736f commit fd48347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oracledatabase_autonomous_database_full/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ resource "google_oracle_database_autonomous_database" "myADB"{
email = "[email protected]"
}
private_endpoint_ip = "10.5.0.11"
private_endpoint_label = "testhost"
private_endpoint_label = "myendpoint-${local.name_suffix}"
}
deletion_protection = "true-${local.name_suffix}"
}
Expand Down

0 comments on commit fd48347

Please sign in to comment.