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
+ ## [ 7.1.2] ( https://github.com/terraform-google-modules/terraform-google-vpc-service-controls/compare/v7.1.1...v7.1.2 ) (2025-07-22)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Directional rules after apply ([ #210 ] ( https://github.com/terraform-google-modules/terraform-google-vpc-service-controls/issues/210 ) ) ([ a40c3c0] ( https://github.com/terraform-google-modules/terraform-google-vpc-service-controls/commit/a40c3c0dfa307030662f39d1efeb59752cc0d062 ) )
14
+
8
15
## [ 7.1.1] ( https://github.com/terraform-google-modules/terraform-google-vpc-service-controls/compare/v7.1.0...v7.1.1 ) (2025-06-11)
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/v7.1.1 "
28
+ module_name = " blueprints/terraform/terraform-google-vpc-service-controls:access_level/v7.1.2 "
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/v7.1.1 "
28
+ module_name = " blueprints/terraform/terraform-google-vpc-service-controls:bridge_service_perimeter/v7.1.2 "
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/v7.1.1 "
28
+ module_name = " blueprints/terraform/terraform-google-vpc-service-controls:regular_service_perimeter/v7.1.2 "
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/v7.1.1 "
28
+ module_name = " blueprints/terraform/terraform-google-vpc-service-controls/v7.1.2 "
29
29
}
30
30
31
31
}
You can’t perform that action at this time.
0 commit comments