Skip to content

Commit f2f9ba3

Browse files
committed
update ansible example
1 parent 4a333a9 commit f2f9ba3

File tree

1 file changed

+2
-1
lines changed
  • src/content/docs/cloudflare-one/connections/connect-networks/deployment-guides

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ The following configuration will modify settings in your Cloudflare account.
9595
resource "cloudflare_zero_trust_tunnel_cloudflared" "gcp_tunnel" {
9696
account_id = var.cloudflare_account_id
9797
name = "Ansible GCP tunnel"
98+
config_src = "cloudflare"
9899
}
99100
100101
# Reads the token used to run the tunnel on the server.
@@ -146,7 +147,7 @@ The following configuration defines the specifications for the GCP virtual machi
146147
```txt
147148
# Selects the OS for the GCP VM.
148149
data "google_compute_image" "image" {
149-
family = "ubuntu-minimal-2004-lts"
150+
family = "ubuntu-2204-lts"
150151
project = "ubuntu-os-cloud"
151152
}
152153

0 commit comments

Comments
 (0)