Skip to content

Commit

Permalink
fix: update version.tf from 1.0.0 to 1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavcloud committed Sep 12, 2024
1 parent e1edf3a commit f3e7c9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/versions.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Terraform version
terraform {
required_version = ">= 1.0.0"
required_version = ">= 1.6.6"
}

terraform {
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Terraform version
terraform {
required_version = ">= 1.0.0"
required_version = ">= 1.6.6"
}

terraform {
Expand Down

0 comments on commit f3e7c9b

Please sign in to comment.