Skip to content

Commit 2b566dd

Browse files
committed
update terraform version 1.14.3 -> 1.14.6
1 parent 55ba5ef commit 2b566dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

terraform/googlecloud/environments/production/backend.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = "1.14.3"
2+
required_version = "1.14.6"
33
backend "s3" {
44
bucket = "eqmonitor-tf-state"
55
key = "eqmonitor-googlecloud-production.tfstate"

terraform/googlecloud/module/iam/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = "1.14.3"
2+
required_version = "1.14.6"
33

44
required_providers {
55
# https://registry.terraform.io/providers/hashicorp/google/latest

terraform/googlecloud/module/workload_identity/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = "1.14.3"
2+
required_version = "1.14.6"
33

44
required_providers {
55
# https://registry.terraform.io/providers/hashicorp/google/latest

0 commit comments

Comments
 (0)