diff --git a/examples/complete/main.tf b/examples/complete/main.tf index 80bc238..8cb83d8 100644 --- a/examples/complete/main.tf +++ b/examples/complete/main.tf @@ -11,6 +11,6 @@ terraform { provider "github" {} module "github_repository_test" { - source = "../.." # path to the module + source = "../.." # path to the module name = "test" } \ No newline at end of file