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
@@ -132,6 +132,7 @@ determining that location is as follows:
132
132
| budget\_display\_name | The display name of the budget. If not set defaults to `Budget For <projects[0]|All Projects>` |`string`|`null`| no |
133
133
| budget\_labels | A single label and value pair specifying that usage from only this set of labeled resources should be included in the budget. |`map(string)`|`{}`| no |
134
134
| budget\_monitoring\_notification\_channels | A list of monitoring notification channels in the form `[projects/{project_id}/notificationChannels/{channel_id}]`. A maximum of 5 channels are allowed. |`list(string)`|`[]`| no |
135
+
| cloud\_armor\_tier | Managed protection tier to be set. Possible values are: CA\_STANDARD, CA\_ENTERPRISE\_PAYGO |`string`|`null`| no |
135
136
| consumer\_quotas | The quotas configuration you want to override for the project. | <pre>list(object({<br> service = string,<br> metric = string,<br> dimensions = map(string),<br> limit = string,<br> value = string,<br> }))</pre> |`[]`| no |
136
137
| create\_project\_sa | Whether the default service account for the project shall be created |`bool`|`true`| no |
137
138
| default\_network\_tier | Default Network Service Tier for resources created in this project. If unset, the value will not be modified. See https://cloud.google.com/network-tiers/docs/using-network-service-tiers and https://cloud.google.com/network-tiers.|`string`|`""`| no |
@@ -199,8 +200,8 @@ determining that location is as follows:
The v16.0 release of Project Factory is a backwards incompatible release.
4
+
5
+
### Google Cloud Platform Provider upgrade
6
+
7
+
The Project Factory module now requires version `5.33` or higher of the Google Cloud Platform Provider and `5.33` or higher of the Google Cloud Platform Beta Provider.
0 commit comments