Skip to content

Commit

Permalink
Merge pull request #2 from silinternational/tf-version
Browse files Browse the repository at this point in the history
Release 1.0.1 -- bump terraform version to 1.1.0
  • Loading branch information
briskt authored Sep 17, 2024
2 parents 5ae9b79 + 26a5f93 commit 6e94a75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

terraform {
required_version = ">= 0.12"
// version 1.1.0 is required for the "moved" block
required_version = ">= 1.1.0"

required_providers {
aws = {
Expand Down

0 comments on commit 6e94a75

Please sign in to comment.