Skip to content

Commit

Permalink
fix: update version from example to root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgadgi committed Jun 19, 2023
1 parent 654c075 commit 7f2de9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _example/versions.tf → versions.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Terraform version
terraform {
required_version = ">= 1.3.6"
required_version = ">= 1.5.0"

required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 4.0"
version = ">= 5.4.0"
}
}
}

0 comments on commit 7f2de9d

Please sign in to comment.