Skip to content

Commit

Permalink
Update minimum terraform version
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGalewsky committed Jul 17, 2024
1 parent 028dbdf commit 3bd43f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/mdf/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
version = "~> 4.0.0"
}
}
required_version = "~> 1.5.5"
required_version = "~> 1.9.2"

backend "s3" {
# Replace this with your bucket name!
Expand Down
2 changes: 1 addition & 1 deletion infra/mdf/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
version = "~> 4.0.0"
}
}
required_version = "~> 1.5.5"
required_version = "~> 1.9.2"

backend "s3" {
# Replace this with your bucket name!
Expand Down

0 comments on commit 3bd43f9

Please sign in to comment.