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..3aacb1b 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" } } }