Skip to content

Commit 7b2c568

Browse files
chore(main): release 7.4.0 (#172)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 8f29a17 commit 7b2c568

File tree

8 files changed

+14
-7
lines changed

8 files changed

+14
-7
lines changed

CHANGELOG.md

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

10+
## [7.4.0](https://github.com/terraform-google-modules/terraform-google-cloud-router/compare/v7.3.0...v7.4.0) (2025-10-27)
11+
12+
13+
### Features
14+
15+
* Make cloud-router module ADC compliant ([#171](https://github.com/terraform-google-modules/terraform-google-cloud-router/issues/171)) ([8f29a17](https://github.com/terraform-google-modules/terraform-google-cloud-router/commit/8f29a1756e1b909d2207222cb5f3009a7f8e043e))
16+
1017
## [7.3.0](https://github.com/terraform-google-modules/terraform-google-cloud-router/compare/v7.2.0...v7.3.0) (2025-08-28)
1118

1219

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.3"
22+
version = "~> 7.4"
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
@@ -24,7 +24,7 @@ spec:
2424
source:
2525
repo: https://github.com/terraform-google-modules/terraform-google-cloud-router.git
2626
sourceType: git
27-
version: 7.3.0
27+
version: 7.4.0
2828
actuationTool:
2929
flavor: Terraform
3030
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.3.0
28+
version: 7.4.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.3.0"
29+
module_name = "blueprints/terraform/terraform-google-cloud-router:interconnect_attachment/v7.4.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.3.0
28+
version: 7.4.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.3.0"
28+
module_name = "blueprints/terraform/terraform-google-cloud-router:interface/v7.4.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.3.0"
28+
module_name = "blueprints/terraform/terraform-google-cloud-router/v7.4.0"
2929
}
3030

3131
}

0 commit comments

Comments
 (0)