From c00478c7b6b8639d6b5dab8b1f9d3cc1276aedd8 Mon Sep 17 00:00:00 2001 From: Renato Rudnicki Date: Thu, 11 Jul 2024 13:12:43 -0300 Subject: [PATCH] fix lint --- .../source_repos/service-catalog/modules/composer/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5-app-infra/source_repos/service-catalog/modules/composer/variables.tf b/5-app-infra/source_repos/service-catalog/modules/composer/variables.tf index 770ed32..5cf5d2d 100644 --- a/5-app-infra/source_repos/service-catalog/modules/composer/variables.tf +++ b/5-app-infra/source_repos/service-catalog/modules/composer/variables.tf @@ -110,7 +110,7 @@ variable "github_name_prefix" { variable "github_app_installation_id" { type = string description = "The app installation ID that was created when installing Google Cloud Build in GitHub: https://github.com/apps/google-cloud-build." - default = "" + default = "" } variable "service_account_prefix" {