Skip to content

Commit 24b52bc

Browse files
committed
test: add deletion_policy
1 parent 5c885b2 commit 24b52bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mmv1/third_party/terraform/services/apigee/resource_apigee_instance_update_test.go

+3
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ resource "google_project" "project1" {
5353
name = "tf-test%{random_suffix_1}"
5454
org_id = "%{org_id}"
5555
billing_account = "%{billing_account}"
56+
deletion_policy = "DELETE"
5657
}
5758
5859
resource "google_project_service" "apigee" {
@@ -122,13 +123,15 @@ resource "google_project" "project1" {
122123
name = "tf-test%{random_suffix_1}"
123124
org_id = "%{org_id}"
124125
billing_account = "%{billing_account}"
126+
deletion_policy = "DELETE"
125127
}
126128
127129
resource "google_project" "project2" {
128130
project_id = "tf-test%{random_suffix_2}"
129131
name = "tf-test%{random_suffix_2}"
130132
org_id = "%{org_id}"
131133
billing_account = "%{billing_account}"
134+
deletion_policy = "DELETE"
132135
}
133136
134137
resource "google_project_service" "apigee" {

0 commit comments

Comments
 (0)