File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
oracledatabase_cloud_vmcluster_basic
oracledatabase_cloud_vmcluster_full Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ resource "google_oracle_database_cloud_vm_cluster" "my_vmcluster"{
1414 gi_version = " 19.0.0.0"
1515 hostname_prefix = " hostname1"
1616 }
17+
18+ deletion_protection = " true-${ local . name_suffix } "
1719}
1820
1921resource "google_oracle_database_cloud_exadata_infrastructure" "cloudExadataInfrastructures" {
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ resource "google_oracle_database_cloud_vm_cluster" "my_vmcluster"{
3535 }
3636 memory_size_gb = 60
3737 }
38+
39+ deletion_protection = " true-${ local . name_suffix } "
3840}
3941
4042resource "google_oracle_database_cloud_exadata_infrastructure" "cloudExadataInfrastructures" {
You can’t perform that action at this time.
0 commit comments