We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 075662d commit c2add6bCopy full SHA for c2add6b
examples/shared_vpc/main.tf
@@ -114,6 +114,7 @@ module "service-project" {
114
]
115
116
disable_services_on_destroy = false
117
+ deletion_policy = "DELETE"
118
}
119
120
/******************************************
@@ -147,6 +148,7 @@ module "service-project-b" {
147
148
}]
149
150
151
152
153
154
@@ -185,6 +187,7 @@ module "service-project-c" {
185
187
186
188
189
grant_network_role = false
190
191
192
193
0 commit comments