Skip to content

Commit 865bb7c

Browse files
chore(master): release 3.1.2 (#125)
1 parent 39535a1 commit 865bb7c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ The format is based on
77
and this project adheres to
88
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [3.1.2](https://github.com/terraform-google-modules/terraform-google-gcloud/compare/v3.1.1...v3.1.2) (2022-08-30)
11+
12+
13+
### Bug Fixes
14+
15+
* include external in required_providers ([#124](https://github.com/terraform-google-modules/terraform-google-gcloud/issues/124)) ([39535a1](https://github.com/terraform-google-modules/terraform-google-gcloud/commit/39535a1df4ab11f53ad95a2802d36db67d0406a2))
16+
1017
### [3.1.1](https://github.com/terraform-google-modules/terraform-google-gcloud/compare/v3.1.0...v3.1.1) (2022-03-09)
1118

1219

modules/kubectl-wrapper/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ terraform {
2525
}
2626

2727
provider_meta "google" {
28-
module_name = "blueprints/terraform/terraform-google-gcloud:kubectl-wrapper/v3.1.1"
28+
module_name = "blueprints/terraform/terraform-google-gcloud:kubectl-wrapper/v3.1.2"
2929
}
3030

3131
}

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ terraform {
2929
}
3030

3131
provider_meta "google" {
32-
module_name = "blueprints/terraform/terraform-google-gcloud/v3.1.1"
32+
module_name = "blueprints/terraform/terraform-google-gcloud/v3.1.2"
3333
}
3434

3535
}

0 commit comments

Comments
 (0)