Description
This is a follow-up task for the breaking change introduced to rename project to project_id.
As part of that change, the examples were updated to use a local path for the module source (source = "../../") to allow the CI pipeline to pass before the new version was released.
This issue is to track the work to revert the source in all the examples back to the remote path (source = "terraform-google-modules/cloud-router/google") and to update the version constraint to ~> 8.0 after the new major version is released.