You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: modules/svpc_service_project/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,7 @@ module "service-project" {
64
64
| sa\_role | A role to give the default Service Account for the project (defaults to none) |`string`|`""`| no |
65
65
| shared\_vpc | The ID of the host project which hosts the shared VPC |`string`|`""`| no |
66
66
| shared\_vpc\_subnets | List of subnets fully qualified subnet IDs (ie. projects/$project\_id/regions/$region/subnetworks/$subnet\_id) |`list(string)`|`[]`| no |
67
+
| svpc\_deletion\_policy | The deletion policy for the service project shared VPC. Setting ABANDON allows the resource to be abandoned rather than deleted. Possible values are: null, "ABANDON". |`string`|`null`| no |
67
68
| usage\_bucket\_name | Name of a GCS bucket to store GCE usage reports in (optional) |`string`|`""`| no |
68
69
| usage\_bucket\_prefix | Prefix in the GCS bucket to store GCE usage reports in (optional) |`string`|`""`| no |
description="The deletion policy for the service project shared VPC. Setting ABANDON allows the resource to be abandoned rather than deleted. Possible values are: null, \"ABANDON\"."
0 commit comments