Skip to content

Commit

Permalink
chore: set terraform required_version to ~> 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
chizmw committed Oct 10, 2023
1 parent 3ae3ea6 commit 5b1ad1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/_config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
#workspace_key_prefix = "tf-state"
}

required_version = "~> 1.4"
required_version = "~> 1.6"

required_providers {
aws = {
Expand Down

0 comments on commit 5b1ad1a

Please sign in to comment.