Skip to content

Commit

Permalink
Merge pull request #13 from truefoundry/pessimistic-operator
Browse files Browse the repository at this point in the history
Added pessimistic operator for Terraform cli and provider
  • Loading branch information
dunefro authored Nov 8, 2024
2 parents e07126d + 92ea4ab commit 181b0d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
terraform {
required_version = ">= 1.4"
required_version = "~> 1.4"

required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 5.57.0"
version = "~> 5.57"
}
}
}

0 comments on commit 181b0d2

Please sign in to comment.