File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed
regular_service_perimeter Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ 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
+ ## [ 5.2.1] ( https://github.com/terraform-google-modules/terraform-google-vpc-service-controls/compare/v5.2.0...v5.2.1 ) (2023-10-20)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * upgraded versions.tf to include minor bumps from tpg v5 ([ #123 ] ( https://github.com/terraform-google-modules/terraform-google-vpc-service-controls/issues/123 ) ) ([ bf84660] ( https://github.com/terraform-google-modules/terraform-google-vpc-service-controls/commit/bf84660f7ca4ed231949ec652adb5e43708f89c0 ) )
14
+
8
15
## [ 5.2.0] ( https://github.com/terraform-google-modules/terraform-google-vpc-service-controls/compare/v5.1.0...v5.2.0 ) (2023-07-26)
9
16
10
17
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/v5.2.0 "
28
+ module_name = " blueprints/terraform/terraform-google-vpc-service-controls:access_level/v5.2.1 "
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/v5.2.0 "
28
+ module_name = " blueprints/terraform/terraform-google-vpc-service-controls:bridge_service_perimeter/v5.2.1 "
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/v5.2.0 "
28
+ module_name = " blueprints/terraform/terraform-google-vpc-service-controls:regular_service_perimeter/v5.2.1 "
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/v5.2.0 "
28
+ module_name = " blueprints/terraform/terraform-google-vpc-service-controls/v5.2.1 "
29
29
}
30
30
31
31
}
You can’t perform that action at this time.
0 commit comments