File tree 4 files changed +10
-3
lines changed
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ The format is based on
7
7
and this project adheres to
8
8
[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
9
9
10
+ ## [ 5.1.1] ( https://github.com/terraform-google-modules/terraform-google-bastion-host/compare/v5.1.0...v5.1.1 ) (2023-01-20)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * fixes lint issues and generates metadata ([ #126 ] ( https://github.com/terraform-google-modules/terraform-google-bastion-host/issues/126 ) ) ([ b6267e6] ( https://github.com/terraform-google-modules/terraform-google-bastion-host/commit/b6267e6b69d0fe2ecdb53905912cd8619fb2e04d ) )
16
+
10
17
## [ 5.1.0] ( https://github.com/terraform-google-modules/terraform-google-bastion-host/compare/v5.0.1...v5.1.0 ) (2022-10-29)
11
18
12
19
Original file line number Diff line number Diff line change @@ -29,6 +29,6 @@ terraform {
29
29
}
30
30
}
31
31
provider_meta "google" {
32
- module_name = " blueprints/terraform/terraform-google-bastion-host:bastion-group/v5.1.0 "
32
+ module_name = " blueprints/terraform/terraform-google-bastion-host:bastion-group/v5.1.1 "
33
33
}
34
34
}
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ terraform {
22
22
}
23
23
}
24
24
provider_meta "google" {
25
- module_name = " blueprints/terraform/terraform-google-bastion-host:iap-tunneling/v5.1.0 "
25
+ module_name = " blueprints/terraform/terraform-google-bastion-host:iap-tunneling/v5.1.1 "
26
26
}
27
27
}
Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ terraform {
26
26
}
27
27
}
28
28
provider_meta "google" {
29
- module_name = " blueprints/terraform/terraform-google-bastion-host/v5.1.0 "
29
+ module_name = " blueprints/terraform/terraform-google-bastion-host/v5.1.1 "
30
30
}
31
31
}
You can’t perform that action at this time.
0 commit comments