From bd070836a4b0d23cf9c4a581d7cb58fce5f2601a Mon Sep 17 00:00:00 2001 From: Hubert Cornet Date: Sat, 15 Nov 2025 20:56:46 +0100 Subject: [PATCH] Update variables.auto.tfvars --- variables.auto.tfvars | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/variables.auto.tfvars b/variables.auto.tfvars index 3172008..a6c3856 100644 --- a/variables.auto.tfvars +++ b/variables.auto.tfvars @@ -77,8 +77,8 @@ cloudflare_access_tags = [ #===================================== # Cloudflare variables #===================================== -cloudflare_team_name = "macharpe" -cloudflare_email_domain = "passfwd.com" +cloudflare_team_name = "tips-of-mine" +cloudflare_email_domain = "tips-of-mine.org" # Tunnels cloudflare_tunnel_name_gcp = "Tunnel GCP (Access For Infrastructure)" @@ -90,12 +90,12 @@ cloudflare_warp_tunnel_azure_id = "185f0bc0-986d-********" cloudflare_warp_tunnel_gcp_id = "ad04a3ed-a1a1-********" # Subdomains -cloudflare_subdomain_ssh = "ssh-database.example.com" -cloudflare_subdomain_vnc = "vnc.example.com" -cloudflare_subdomain_web = "intranet.example.com" -cloudflare_subdomain_rdp = "rdp.example.com" -cloudflare_subdomain_web_sensitive = "competition.example.com" -cloudflare_subdomain_training_status = "training-status.example.com" # OPTIONAL: Only needed if using optional-cloudflare-apps.tf and Training Compliance Gateway +cloudflare_subdomain_ssh = "ssh-database.tips-of-mine.org" +cloudflare_subdomain_vnc = "vnc.tips-of-mine.org" +cloudflare_subdomain_web = "intranet.tips-of-mine.org" +cloudflare_subdomain_rdp = "rdp.tips-of-mine.org" +cloudflare_subdomain_web_sensitive = "competition.tips-of-mine.org" +cloudflare_subdomain_training_status = "training-status.tips-of-mine.org" # Targets cloudflare_target_ssh_name = "GCP-database"