We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b8550 commit 70c18edCopy full SHA for 70c18ed
oracledatabase_autonomous_database_basic/main.tf
@@ -13,6 +13,7 @@ resource "google_oracle_database_autonomous_database" "myADB"{
13
db_workload = "OLTP"
14
license_type = "LICENSE_INCLUDED"
15
}
16
+ deletion_protection = "true-${local.name_suffix}"
17
18
19
data "google_compute_network" "default" {
oracledatabase_autonomous_database_full/main.tf
@@ -31,6 +31,7 @@ resource "google_oracle_database_autonomous_database" "myADB"{
31
private_endpoint_ip = "10.5.0.11"
32
private_endpoint_label = "testhost"
33
34
35
36
37
0 commit comments