From b46fa874d040ed38a37a23c9dde99a9ad1f0619a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 05:41:37 +0000 Subject: [PATCH 1/2] Update Snowflake-Labs/snowflake requirement from ~> 0.90.0 to ~> 0.94.1 Updates the requirements on [Snowflake-Labs/snowflake](https://github.com/Snowflake-Labs/terraform-provider-snowflake) to permit the latest version. - [Release notes](https://github.com/Snowflake-Labs/terraform-provider-snowflake/releases) - [Changelog](https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/CHANGELOG.md) - [Commits](https://github.com/Snowflake-Labs/terraform-provider-snowflake/compare/v0.90.0...v0.94.1) --- updated-dependencies: - dependency-name: Snowflake-Labs/snowflake dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 88255b1..71f6c0b 100644 --- a/main.tf +++ b/main.tf @@ -7,7 +7,7 @@ terraform { } snowflake = { source = "Snowflake-Labs/snowflake" - version = "~> 0.90.0" + version = "~> 0.94.1" } } } From 649d2183bf812c4836de7e4d3905f7bcd4421fb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 19 Aug 2024 05:41:50 +0000 Subject: [PATCH 2/2] terraform fmt: automated action --- examples/complete/main.tf | 14 +++++++------- main.tf | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/complete/main.tf b/examples/complete/main.tf index 25e433a..2422508 100644 --- a/examples/complete/main.tf +++ b/examples/complete/main.tf @@ -18,15 +18,15 @@ variable "notification_channel" { description = "The notification channel for the pipe." type = string default = "arn:aws:sns:us-west-2:123456789012:my-channel" - + } module "snowflake_pipe" { source = "../.." # Path to the root of the snowflake-pipe module # Pipe variables - auto_ingest = true - aws_sns_topic_arn = "arn:aws:sns:us-west-2:123456789012:my-topic" - comment = "This is my pipe" + auto_ingest = true + aws_sns_topic_arn = "arn:aws:sns:us-west-2:123456789012:my-topic" + comment = "This is my pipe" copy_statement = <