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
This version introduces breaking changes to align the module with Google's **Application Design Center (ADC)** compliance standards.
4
+
5
+
## Breaking Changes
6
+
7
+
### Variable Rename: `project` to `project_id`
8
+
9
+
To maintain consistency across all Google Cloud blueprints and modules, the `project` input variable has been renamed to `project_id`. This change is required for ADC compliance.
| network | Name of the network to create resources in. |`string`| n/a | yes |
15
-
| project | The project id to deploy to |`string`| n/a | yes |
15
+
| project\_id| The project id to deploy to |`string`| n/a | yes |
16
16
| region | Region for cloud resources. |`string`| n/a | yes |
17
17
| service\_account | Service account to attach to the instance. See https://www.terraform.io/docs/providers/google/r/compute_instance_template#service_account| <pre>object({<br> email = string<br> scopes = set(string)<br> })</pre> | n/a | yes |
18
18
| subnetwork | Name of the subnetwork to create resources in. |`string`| n/a | yes |
0 commit comments