Skip to content

Commit

Permalink
Merge pull request #64 from Snowflake-Labs/upgrade-snowflake-provider
Browse files Browse the repository at this point in the history
Upgrade Snowflake Terraform provider version
  • Loading branch information
sfc-gh-bkou authored May 18, 2023
2 parents d0e9159 + d2646a6 commit ab7aa1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions geff.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module "geff_snowalert" {
count = length(var.handlers) > 0 ? 1 : 0
source = "Snowflake-Labs/api-integration-with-geff-aws/snowflake"
version = "0.3.6"

# Required
prefix = var.prefix
Expand Down
2 changes: 1 addition & 1 deletion grants.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "snowalert_grants" {
source = "[email protected]:Snowflake-Labs/terraform-snowflake-snowalert-rbac.git?ref=v0.2.3"
source = "[email protected]:Snowflake-Labs/terraform-snowflake-snowalert-rbac.git?ref=v0.2.4"

snowalert_warehouse_name = var.snowalert_warehouse_name
snowalert_database_name = var.snowalert_database_name
Expand Down
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.security_api_integration_role,
Expand Down

0 comments on commit ab7aa1a

Please sign in to comment.