Skip to content

Commit

Permalink
Merge pull request #9 from 7Factor/jwood/require_tf_1_3
Browse files Browse the repository at this point in the history
EFS volumes variable requires Terraform 1.3 or greater.
  • Loading branch information
dumptruckman authored Oct 16, 2023
2 parents 3e5fb8a + 2264d15 commit 9fc7e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
terraform {
required_version = ">=0.12.3"
required_version = ">=1.3.0"
}

0 comments on commit 9fc7e5c

Please # to comment.