From 6e3813d0a1263b96682bbea7f8cb618ecbbc5f7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 23:39:18 +0000 Subject: [PATCH 1/2] Update hashicorp/null requirement from ~> 3.1.0 to ~> 3.2.3 Updates the requirements on [hashicorp/null](https://github.com/hashicorp/terraform-provider-null) to permit the latest version. - [Release notes](https://github.com/hashicorp/terraform-provider-null/releases) - [Changelog](https://github.com/hashicorp/terraform-provider-null/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/terraform-provider-null/compare/v3.1.0...v3.2.3) --- updated-dependencies: - dependency-name: hashicorp/null 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 33b0e0c..a2aae1b 100644 --- a/main.tf +++ b/main.tf @@ -3,7 +3,7 @@ terraform { required_providers { null = { source = "hashicorp/null" - version = "~> 3.1.0" + version = "~> 3.2.3" } snowflake = { source = "Snowflake-Labs/snowflake" From 63153e23bc53cd67ecf3cbe646ca8a3fddaa0300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 16 Sep 2024 23:39:36 +0000 Subject: [PATCH 2/2] terraform fmt: automated action --- examples/complete/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/complete/main.tf b/examples/complete/main.tf index 9b4a8f6..7a16cf4 100644 --- a/examples/complete/main.tf +++ b/examples/complete/main.tf @@ -15,7 +15,7 @@ terraform { provider "snowflake" {} module "snowflake_task" { - source = "../.." # Path to the root of the module + source = "../.." # Path to the root of the module name = "my_task" database = "my_database" schema = "my_schema"