File tree Expand file tree Collapse file tree 5 files changed +15
-4
lines changed
regular_service_perimeter Expand file tree Collapse file tree 5 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this
6
6
project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
+ ## [ 7.0.0] ( https://github.com/terraform-google-modules/terraform-google-vpc-service-controls/compare/v6.2.1...v7.0.0 ) (2025-03-10)
9
+
10
+
11
+ ### ⚠ BREAKING CHANGES
12
+
13
+ * ** deps:** bump Terraform v1.3+ ([ #177 ] ( https://github.com/terraform-google-modules/terraform-google-vpc-service-controls/issues/177 ) )
14
+
15
+ ### Bug Fixes
16
+
17
+ * ** deps:** bump Terraform v1.3+ ([ #177 ] ( https://github.com/terraform-google-modules/terraform-google-vpc-service-controls/issues/177 ) ) ([ bc114b8] ( https://github.com/terraform-google-modules/terraform-google-vpc-service-controls/commit/bc114b87258883f023737a7bad79c039d5845d32 ) )
18
+
8
19
## [ 6.2.1] ( https://github.com/terraform-google-modules/terraform-google-vpc-service-controls/compare/v6.2.0...v6.2.1 ) (2025-01-29)
9
20
10
21
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ terraform {
25
25
}
26
26
27
27
provider_meta "google" {
28
- module_name = " blueprints/terraform/terraform-google-vpc-service-controls:access_level/v6.2.1 "
28
+ module_name = " blueprints/terraform/terraform-google-vpc-service-controls:access_level/v7.0.0 "
29
29
}
30
30
31
31
}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ terraform {
25
25
}
26
26
27
27
provider_meta "google" {
28
- module_name = " blueprints/terraform/terraform-google-vpc-service-controls:bridge_service_perimeter/v6.2.1 "
28
+ module_name = " blueprints/terraform/terraform-google-vpc-service-controls:bridge_service_perimeter/v7.0.0 "
29
29
}
30
30
31
31
}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ terraform {
25
25
}
26
26
27
27
provider_meta "google" {
28
- module_name = " blueprints/terraform/terraform-google-vpc-service-controls:regular_service_perimeter/v6.2.1 "
28
+ module_name = " blueprints/terraform/terraform-google-vpc-service-controls:regular_service_perimeter/v7.0.0 "
29
29
}
30
30
31
31
}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ terraform {
25
25
}
26
26
27
27
provider_meta "google" {
28
- module_name = " blueprints/terraform/terraform-google-vpc-service-controls/v6.2.1 "
28
+ module_name = " blueprints/terraform/terraform-google-vpc-service-controls/v7.0.0 "
29
29
}
30
30
31
31
}
You can’t perform that action at this time.
0 commit comments