Skip to content

Commit

Permalink
pin terraform provider to 3.x: ~> 3.0, >= 3.33 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
cageyv authored Apr 4, 2022
1 parent 5a6e24a commit 02ed773
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
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 3.33"
version = "~> 3.0, >= 3.33"
}
}
}
}

0 comments on commit 02ed773

Please sign in to comment.