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
+ ## [ 6.2.1] ( https://github.com/terraform-google-modules/terraform-google-vpc-service-controls/compare/v6.2.0...v6.2.1 ) (2024-11-26)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * fail gracefully if sources index does not exist ([ #174 ] ( https://github.com/terraform-google-modules/terraform-google-vpc-service-controls/issues/174 ) ) ([ a39c859] ( https://github.com/terraform-google-modules/terraform-google-vpc-service-controls/commit/a39c859d79746464a475ca2f99a4f6386b78259f ) )
14
+
8
15
## [ 6.2.0] ( https://github.com/terraform-google-modules/terraform-google-vpc-service-controls/compare/v6.1.0...v6.2.0 ) (2024-10-08)
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/v6.2.0 "
28
+ module_name = " blueprints/terraform/terraform-google-vpc-service-controls:access_level/v6.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/v6.2.0 "
28
+ module_name = " blueprints/terraform/terraform-google-vpc-service-controls:bridge_service_perimeter/v6.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/v6.2.0 "
28
+ module_name = " blueprints/terraform/terraform-google-vpc-service-controls:regular_service_perimeter/v6.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/v6.2.0 "
28
+ module_name = " blueprints/terraform/terraform-google-vpc-service-controls/v6.2.1 "
29
29
}
30
30
31
31
}
You can’t perform that action at this time.
0 commit comments