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.1] ( https://github.com/terraform-google-modules/terraform-google-vpc-service-controls/compare/v7.1.0...v7.1.1 ) (2025-06-11)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * use dry run resource to add resources to the perimeter ([ #204 ] ( https://github.com/terraform-google-modules/terraform-google-vpc-service-controls/issues/204 ) ) ([ afa9c35] ( https://github.com/terraform-google-modules/terraform-google-vpc-service-controls/commit/afa9c35daa3dd468017e486cc1e03e90d1c8352f ) )
14
+
8
15
## [ 7.1.0] ( https://github.com/terraform-google-modules/terraform-google-vpc-service-controls/compare/v7.0.0...v7.1.0 ) (2025-06-03)
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.0 "
28
+ module_name = " blueprints/terraform/terraform-google-vpc-service-controls:access_level/v7.1.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/v7.1.0 "
28
+ module_name = " blueprints/terraform/terraform-google-vpc-service-controls:bridge_service_perimeter/v7.1.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/v7.1.0 "
28
+ module_name = " blueprints/terraform/terraform-google-vpc-service-controls:regular_service_perimeter/v7.1.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/v7.1.0 "
28
+ module_name = " blueprints/terraform/terraform-google-vpc-service-controls/v7.1.1 "
29
29
}
30
30
31
31
}
You can’t perform that action at this time.
0 commit comments