File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
66project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77Releases are automated via [ Conventional Commit] ( https://www.conventionalcommits.org/ ) messages.
88
9+ ## [ 7.0.0] ( https://github.com/terraform-google-modules/terraform-google-cloud-nat/compare/v6.0.0...v7.0.0 ) (2026-02-11)
10+
11+
12+ ### ⚠ BREAKING CHANGES
13+
14+ * make module ADC compliant ([ #192 ] ( https://github.com/terraform-google-modules/terraform-google-cloud-nat/issues/192 ) )
15+
16+ ### Features
17+
18+ * make module ADC compliant ([ #192 ] ( https://github.com/terraform-google-modules/terraform-google-cloud-nat/issues/192 ) ) ([ 561e872] ( https://github.com/terraform-google-modules/terraform-google-cloud-nat/commit/561e87287dd87388549603c11717c3ce1aa4f35b ) )
19+
920## [ 6.0.0] ( https://github.com/terraform-google-modules/terraform-google-cloud-nat/compare/v5.4.0...v6.0.0 ) (2026-01-17)
1021
1122
Original file line number Diff line number Diff line change 2424 source :
2525 repo : https://github.com/terraform-google-modules/terraform-google-cloud-nat
2626 sourceType : git
27- version : 6 .0.0
27+ version : 7 .0.0
2828 actuationTool :
2929 flavor : Terraform
3030 version : " >= 1.3"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ terraform {
3030 }
3131
3232 provider_meta "google" {
33- module_name = " blueprints/terraform/terraform-google-cloud-nat/v6 .0.0"
33+ module_name = " blueprints/terraform/terraform-google-cloud-nat/v7 .0.0"
3434 }
3535
3636}
You can’t perform that action at this time.
0 commit comments