File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/content/docs/cloudflare-one/connections/connect-networks/deployment-guides Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments