Skip to content

Commit f2261b8

Browse files
authored
Update required Terraform version to 1.0
Hashicorp AWS docs don't imply any required version. Decreasing this modules version requirements to match the syntax in the repo.
1 parent 155b56d commit f2261b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = ">= 1.10"
2+
required_version = ">= 1.0"
33

44
required_providers {
55
aws = {

0 commit comments

Comments
 (0)