Skip to content

Commit

Permalink
refactor: update required terraform version to >= 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saumitra-dev committed Jul 11, 2024
1 parent 4c3e1fb commit 7e6a429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
terraform {
required_version = ">= 1.4.6"
required_version = ">= 1.6.0"
}

0 comments on commit 7e6a429

Please sign in to comment.