Skip to content

Commit

Permalink
Bump versions. (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pkommini committed Nov 5, 2022
1 parent 89f5d9c commit b3628b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions examples/complete/versions.tf
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
terraform {
required_version = ">= 1.2.0"
required_version = "~> 1.3.4"

required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.20.1"
version = "~> 4.37.0"
}

snowflake = {
source = "Snowflake-Labs/snowflake"
version = ">= 0.40.0"
version = "~> 0.49.0"
}
}
}
6 changes: 3 additions & 3 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
terraform {
required_version = ">= 1.2.0"
required_version = "~> 1.3.4"

required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.20.1"
version = "~> 4.37.0"
}

snowflake = {
source = "Snowflake-Labs/snowflake"
version = ">= 0.40.0"
version = "~> 0.40.0"

configuration_aliases = [
snowflake.api_integration_role,
Expand Down

0 comments on commit b3628b9

Please sign in to comment.