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: docs/upgrading_to_v8.0.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,6 @@ The v8.0 release contains backwards-incompatible changes.
4
4
5
5
### [`project` variable](https://github.com/terraform-google-modules/terraform-google-cloud-router/blob/v7.4.0/variables.tf#L25) renamed to `project_id`
6
6
7
-
To align with the standard naming convention for Application Design Center (ADC) compliance, the `project` input variable has been renamed to `project_id`. This change applies to the main module and submodule (`interface`).
7
+
To align with the standard naming conventions, the `project` input variable has been renamed to `project_id`. This change applies to the main module and submodule (`interface`).
8
8
9
9
To upgrade, module calls must be updated to use the `project_id` argument and the version constraint must be updated to `~> 8.0`.
0 commit comments