Skip to content

Commit

Permalink
Upgrade Snowflake Terraform provider (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bkou authored May 17, 2023
1 parent 3f2f19a commit 5ec9760
Showing 1 changed file with 3 additions and 3 deletions.
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.3.4"
required_version = ">= 1.3.4"

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

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

configuration_aliases = [
snowflake.api_integration_role,
Expand Down

0 comments on commit 5ec9760

Please sign in to comment.