File tree 1 file changed +3
-0
lines changed
mmv1/third_party/terraform/services/apigee
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ resource "google_project" "project1" {
53
53
name = "tf-test%{random_suffix_1}"
54
54
org_id = "%{org_id}"
55
55
billing_account = "%{billing_account}"
56
+ deletion_policy = "DELETE"
56
57
}
57
58
58
59
resource "google_project_service" "apigee" {
@@ -122,13 +123,15 @@ resource "google_project" "project1" {
122
123
name = "tf-test%{random_suffix_1}"
123
124
org_id = "%{org_id}"
124
125
billing_account = "%{billing_account}"
126
+ deletion_policy = "DELETE"
125
127
}
126
128
127
129
resource "google_project" "project2" {
128
130
project_id = "tf-test%{random_suffix_2}"
129
131
name = "tf-test%{random_suffix_2}"
130
132
org_id = "%{org_id}"
131
133
billing_account = "%{billing_account}"
134
+ deletion_policy = "DELETE"
132
135
}
133
136
134
137
resource "google_project_service" "apigee" {
You can’t perform that action at this time.
0 commit comments