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"