Skip to content

Commit 5ece6c7

Browse files
chore(main): release 8.0.0
1 parent 8862c88 commit 5ece6c7

File tree

8 files changed

+18
-7
lines changed

8 files changed

+18
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ The format is based on
77
and this project adheres to
88
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [8.0.0](https://github.com/terraform-google-modules/terraform-google-cloud-router/compare/v7.4.0...v8.0.0) (2025-10-29)
11+
12+
13+
### ⚠ BREAKING CHANGES
14+
15+
* rename project input variable to project_id for consistency ([#173](https://github.com/terraform-google-modules/terraform-google-cloud-router/issues/173))
16+
17+
### Features
18+
19+
* rename project input variable to project_id for consistency ([#173](https://github.com/terraform-google-modules/terraform-google-cloud-router/issues/173)) ([8862c88](https://github.com/terraform-google-modules/terraform-google-cloud-router/commit/8862c88a8b468d3f8d6d24c521acc911171f9d8e))
20+
1021
## [7.4.0](https://github.com/terraform-google-modules/terraform-google-cloud-router/compare/v7.3.0...v7.4.0) (2025-10-27)
1122

1223

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Basic usage of this module is as follows:
1919
```hcl
2020
module "cloud_router" {
2121
source = "terraform-google-modules/cloud-router/google"
22-
version = "~> 7.4"
22+
version = "~> 8.0"
2323
2424
name = "example-router"
2525
region = "us-central1"

metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
source:
2626
repo: https://github.com/terraform-google-modules/terraform-google-cloud-router.git
2727
sourceType: git
28-
version: 7.4.0
28+
version: 8.0.0
2929
actuationTool:
3030
flavor: Terraform
3131
version: ">= 1.3"

modules/interconnect_attachment/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
repo: https://github.com/terraform-google-modules/terraform-google-cloud-router.git
2626
sourceType: git
2727
dir: /modules/interconnect_attachment
28-
version: 7.4.0
28+
version: 8.0.0
2929
actuationTool:
3030
flavor: Terraform
3131
version: ">= 1.3"

modules/interconnect_attachment/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ terraform {
2626
}
2727

2828
provider_meta "google" {
29-
module_name = "blueprints/terraform/terraform-google-cloud-router:interconnect_attachment/v7.4.0"
29+
module_name = "blueprints/terraform/terraform-google-cloud-router:interconnect_attachment/v8.0.0"
3030
}
3131
}

modules/interface/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
repo: https://github.com/terraform-google-modules/terraform-google-cloud-router.git
2626
sourceType: git
2727
dir: /modules/interface
28-
version: 7.4.0
28+
version: 8.0.0
2929
actuationTool:
3030
flavor: Terraform
3131
version: ">= 1.3"

modules/interface/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-cloud-router:interface/v7.4.0"
28+
module_name = "blueprints/terraform/terraform-google-cloud-router:interface/v8.0.0"
2929
}
3030
}

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-cloud-router/v7.4.0"
28+
module_name = "blueprints/terraform/terraform-google-cloud-router/v8.0.0"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)