From b72482bb4ceef4c81e27109e88d55348d73b77ae Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Fri, 14 Nov 2025 18:35:51 +0100 Subject: [PATCH] Update variables.auto.tfvars --- variables.auto.tfvars | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/variables.auto.tfvars b/variables.auto.tfvars index 5d118b5..9f79f2f 100644 --- a/variables.auto.tfvars +++ b/variables.auto.tfvars @@ -60,4 +60,16 @@ applications = { no_tls_verify = false access_enabled = false } -} \ No newline at end of file +} + +# ============================================================================= +# Tags +# ============================================================================= + +# +cloudflare_access_tags = [ + "engineers", + "developers", + "qa", + "devops" +]