File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/content/docs/cloudflare-one/connections/connect-networks/deployment-guides Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ The following configuration will modify settings in your Cloudflare account.
9898 # Creates a new remotely-managed tunnel for the GCP VM.
9999 resource "cloudflare_zero_trust_tunnel_cloudflared" "gcp_tunnel" {
100100 account_id = var.cloudflare_account_id
101- name = "Example GCP tunnel"
101+ name = "Ansible GCP tunnel"
102102 tunnel_secret = random_bytes.tunnel_secret.base64
103103 }
104104
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ The following configuration will modify settings in your Cloudflare account.
141141 # Creates a new remotely-managed tunnel for the GCP VM.
142142 resource "cloudflare_zero_trust_tunnel_cloudflared" "gcp_tunnel" {
143143 account_id = var.cloudflare_account_id
144- name = "Example GCP tunnel"
144+ name = "Terraform GCP tunnel"
145145 tunnel_secret = random_bytes.tunnel_secret.base64
146146 }
147147
You can’t perform that action at this time.
0 commit comments