Skip to content

Commit a4087f9

Browse files
committed
update tunnel names
1 parent 62dfaa7 commit a4087f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/cloudflare-one/connections/connect-networks/deployment-guides/ansible.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

src/content/docs/cloudflare-one/connections/connect-networks/deployment-guides/terraform.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)