File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
oracledatabase_cloud_exadata_infrastructure_basic
oracledatabase_cloud_exadata_infrastructure_full
oracledatabase_cloud_vmcluster_basic
oracledatabase_cloud_vmcluster_full Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,6 @@ resource "google_oracle_database_cloud_exadata_infrastructure" "my-cloud-exadata
88 compute_count = " 2"
99 storage_count = " 3"
1010 }
11+
12+ deletion_protection = " true-${ local . name_suffix } "
1113}
Original file line number Diff line number Diff line change @@ -27,4 +27,6 @@ resource "google_oracle_database_cloud_exadata_infrastructure" "my-cloud-exadata
2727 labels = {
2828 " label-one" = " value-one"
2929 }
30+
31+ deletion_protection = " true-${ local . name_suffix } "
3032}
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ resource "google_oracle_database_cloud_exadata_infrastructure" "cloudExadataInfr
2828 compute_count = " 2"
2929 storage_count = " 3"
3030 }
31+
32+ deletion_protection = " true-${ local . name_suffix } "
3133}
3234
3335data "google_compute_network" "default" {
Original file line number Diff line number Diff line change @@ -49,6 +49,8 @@ resource "google_oracle_database_cloud_exadata_infrastructure" "cloudExadataInfr
4949 compute_count = " 2"
5050 storage_count = " 3"
5151 }
52+
53+ deletion_protection = " true-${ local . name_suffix } "
5254}
5355
5456data "google_compute_network" "default" {
You can’t perform that action at this time.
0 commit comments