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 32472b1 commit 8a555e3
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 @@ -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"

configuration_aliases = [
snowflake.api_integration_role,
Expand Down

0 comments on commit 8a555e3

Please sign in to comment.