diff --git a/infrastructure/variables.tf b/infrastructure/variables.tf index ac388a1..444f5e1 100644 --- a/infrastructure/variables.tf +++ b/infrastructure/variables.tf @@ -68,5 +68,5 @@ variable "TG_ADMIN_GROUP_IDS" { variable "GOOGLEVERIFICATION" { description = "TXT record for Google Workspace verification" type = string - sensitive = true + sensitive = true } \ No newline at end of file