Skip to content

Commit

Permalink
fix(examples): unsupported terraform version
Browse files Browse the repository at this point in the history
  • Loading branch information
saumitra-dev committed Jul 11, 2024
1 parent dff6205 commit 5637685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/complete/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 1.4.6"
required_version = ">= 1.6.0"

required_providers {
aws = {
Expand Down

0 comments on commit 5637685

Please sign in to comment.