From eccec06aa612751294f88db6659fbef87a6959af Mon Sep 17 00:00:00 2001 From: Wesley Dawson Date: Wed, 22 Jul 2026 12:15:36 -0700 Subject: [PATCH] chore(google_deployment_accounts): allow repository visibility --- google_deployment_accounts/variables.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/google_deployment_accounts/variables.tf b/google_deployment_accounts/variables.tf index c5162d77..ae914ff2 100644 --- a/google_deployment_accounts/variables.tf +++ b/google_deployment_accounts/variables.tf @@ -52,6 +52,7 @@ variable "gha_attribute_specifiers" { "attribute.repository", "attribute.repository_owner", "attribute.repository_ref", + "attribute.repository_visibility", "attribute.workflow" ], split("/", attribute_specifier)[0]) ]