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" 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"