Skip to content

Commit

Permalink
update Terraform (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
busser authored Apr 3, 2023
1 parent 89ce83e commit b6c445d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion terraform/layers/aws-secrets-manager/_settings.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
# all 1.0.x versions.
#
# For more information: https://www.terraform.io/docs/language/settings/index.html#specifying-a-required-terraform-version
required_version = "=1.3.5"
required_version = "~> 1.4"

# Terraform keeps track of all resources it knows of in its state. This state
# can be stored remotely in a "backend".
Expand Down
2 changes: 1 addition & 1 deletion terraform/layers/azure-keyvault/_settings.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
# all 1.0.x versions.
#
# For more information: https://www.terraform.io/docs/language/settings/index.html#specifying-a-required-terraform-version
required_version = "=1.3.5"
required_version = "~> 1.4"

# Terraform keeps track of all resources it knows of in its state. This state
# can be stored remotely in a "backend".
Expand Down
2 changes: 1 addition & 1 deletion terraform/layers/bootstrap/_settings.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
# all 1.0.x versions.
#
# For more information: https://www.terraform.io/docs/language/settings/index.html#specifying-a-required-terraform-version
required_version = "=1.3.5"
required_version = "~> 1.4"

# This layer's state is stored locally and persisted in the git repository.
backend "local" {}
Expand Down
2 changes: 1 addition & 1 deletion terraform/layers/gcp-secret-manager/_settings.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ terraform {
# all 1.0.x versions.
#
# For more information: https://www.terraform.io/docs/language/settings/index.html#specifying-a-required-terraform-version
required_version = "=1.3.5"
required_version = "~> 1.4"

# Terraform keeps track of all resources it knows of in its state. This state
# can be stored remotely in a "backend".
Expand Down

0 comments on commit b6c445d

Please sign in to comment.