Skip to content

Commit f76d082

Browse files
Update docs/upgrading_to_v8.0.md
Co-authored-by: Bharath KKB <[email protected]>
1 parent 7edf055 commit f76d082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/upgrading_to_v8.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ The v8.0 release contains backwards-incompatible changes.
44

55
### [`project` variable](https://github.com/terraform-google-modules/terraform-google-cloud-router/blob/v7.4.0/variables.tf#L25) renamed to `project_id`
66

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`).
88

99
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

Comments
 (0)