-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
private_endpoint_label
unique per test run of `TestAccOracleDa…
…tabaseAutonomousDatabase_oracledatabaseAutonomousDatabaseFullExample` (#12523)
- Loading branch information
1 parent
2936c3b
commit 1faadb6
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ resource "google_oracle_database_autonomous_database" "{{$.PrimaryResourceId}}"{ | |
email = "[email protected]" | ||
} | ||
private_endpoint_ip = "10.5.0.11" | ||
private_endpoint_label = "testhost" | ||
private_endpoint_label = "{{index $.Vars "endpoint_name"}}" | ||
} | ||
deletion_protection = "{{index $.Vars "deletion_protection"}}" | ||
} | ||
|