Skip to content

Commit

Permalink
Merge pull request #15 from edenlabllc/feature/AWS-15-add-terraform-v…
Browse files Browse the repository at this point in the history
…ersion-constraint

#15 - add terraform version constraint
  • Loading branch information
apanasiuk-el authored Jul 3, 2024
2 parents 195e54a + 256957f commit 649e1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 0.14.8"
required_version = ">= 0.14.8, < 1.5.7"
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
Expand Down

0 comments on commit 649e1ae

Please sign in to comment.