From baf41b58b43546259efafd3ca07dc00b57678848 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 26 Aug 2024 14:34:38 +0000 Subject: [PATCH] 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 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