Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ The following configuration will modify settings in your Cloudflare account.
resource "cloudflare_zero_trust_tunnel_cloudflared" "gcp_tunnel" {
account_id = var.cloudflare_account_id
name = "Terraform GCP tunnel"
secret = random_bytes.tunnel_secret.base64
config_src = "cloudflare"
}

# Creates the CNAME record that routes http_app.${var.cloudflare_zone} to the tunnel.
Expand Down