Skip to content

Commit c2add6b

Browse files
authored
Update main.tf
1 parent 075662d commit c2add6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/shared_vpc/main.tf

+3
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ module "service-project" {
114114
]
115115

116116
disable_services_on_destroy = false
117+
deletion_policy = "DELETE"
117118
}
118119

119120
/******************************************
@@ -147,6 +148,7 @@ module "service-project-b" {
147148
}]
148149

149150
disable_services_on_destroy = false
151+
deletion_policy = "DELETE"
150152
}
151153

152154
/******************************************
@@ -185,6 +187,7 @@ module "service-project-c" {
185187

186188
disable_services_on_destroy = false
187189
grant_network_role = false
190+
deletion_policy = "DELETE"
188191
}
189192

190193
/******************************************

0 commit comments

Comments
 (0)