We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e172d90 commit e40dc6dCopy full SHA for e40dc6d
src/content/docs/cloudflare-one/connections/connect-networks/deployment-guides/terraform.mdx
@@ -228,7 +228,7 @@ The following configuration will modify settings in your Cloudflare account.
228
resource "cloudflare_zero_trust_tunnel_cloudflared" "gcp_tunnel" {
229
account_id = var.cloudflare_account_id
230
name = "Terraform GCP tunnel"
231
- secret = random_bytes.tunnel_secret.base64
+ config_src = "cloudflare"
232
}
233
234
# Creates the CNAME record that routes http_app.${var.cloudflare_zone} to the tunnel.
0 commit comments