Skip to content

Commit

Permalink
Use >= for version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pkommini committed Jul 1, 2022
1 parent 7581828 commit 40a19b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/complete/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "4.20.1"
version = ">= 4.20.1"
}

snowflake = {
source = "Snowflake-Labs/snowflake"
version = "0.37.0"
version = ">= 0.37.0"
}
}
}

0 comments on commit 40a19b8

Please sign in to comment.