From 3a975bac0e588cd712e39d6a63a69f20f1bd48b1 Mon Sep 17 00:00:00 2001 From: Dave Arnold Date: Tue, 18 Feb 2025 18:42:36 -0800 Subject: [PATCH] Format code for consistency in GitHub repository configuration --- github_repo.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/github_repo.tf b/github_repo.tf index 6672145..d0144b1 100644 --- a/github_repo.tf +++ b/github_repo.tf @@ -93,6 +93,6 @@ resource "github_repository" "repo" { } data "github_repository" "existing" { - count = var.create_repo ? 0 : 1 - name = var.name + count = var.create_repo ? 0 : 1 + name = var.name }