File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.15.2] ( https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.15.1...v0.15.2 ) (2023-11-21)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** deps:** update module github.com/gruntwork-io/terratest to v0.46.1 ([ #629 ] ( https://github.com/GoogleCloudPlatform/anthos-samples/issues/629 ) ) ([ 621f486] ( https://github.com/GoogleCloudPlatform/anthos-samples/commit/621f48620140bba4e2b1c6e5e25ca5a7b1f347db ) )
9
+
3
10
## [ 0.15.1] ( https://github.com/GoogleCloudPlatform/anthos-samples/compare/v0.15.0...v0.15.1 ) (2023-07-27)
4
11
5
12
Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
terraform {
18
- required_version = " >= v0.15.1 , < 1.4" # this line should not change during a release
18
+ required_version = " >= v0.15.2 , < 1.4" # this line should not change during a release
19
19
required_providers {
20
20
google = {
21
21
source = " hashicorp/google"
@@ -28,7 +28,7 @@ terraform {
28
28
}
29
29
30
30
provider_meta "google" {
31
- module_name = " anthos-samples/terraform/anthos-bm-terraform:gce/v0.15.1 "
31
+ module_name = " anthos-samples/terraform/anthos-bm-terraform:gce/v0.15.2 "
32
32
}
33
33
}
34
34
You can’t perform that action at this time.
0 commit comments