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: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,7 @@ determining that location is as follows:
157
157
| random\_project\_id\_length | Sets the length of `random_project_id` to the provided length, and uses a `random_string` for a larger collusion domain. Recommended for use with CI. |`number`|`null`| no |
158
158
| sa\_role | A role to give the default Service Account for the project (defaults to none) |`string`|`""`| no |
159
159
| shared\_vpc\_subnets | List of subnets fully qualified subnet IDs (ie. projects/$project\_id/regions/$region/subnetworks/$subnet\_id) |`list(string)`|`[]`| no |
160
+
| 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 |
160
161
| svpc\_host\_project\_id | The ID of the host project which hosts the shared VPC |`string`|`""`| no |
161
162
| tag\_binding\_values | Tag values to bind the project to. |`list(string)`|`[]`| no |
162
163
| usage\_bucket\_name | Name of a 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\"."
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\"."
60
+
type=string
61
+
default=null
62
+
}
63
+
58
64
variable"enable_shared_vpc_host_project" {
59
65
description="If this project is a shared VPC host project. If true, you must *not* set svpc_host_project_id variable. Default is false."
0 commit comments