This commit is contained in:
4
test.tf
4
test.tf
@@ -127,7 +127,7 @@ resource "cloudflare_zero_trust_tunnel_cloudflared_config" "gcp_public_hostname"
|
||||
ingress = [
|
||||
{
|
||||
hostname = var.cloudflare_subdomain_web
|
||||
service = "http://localhost:${var.cloudflare_intranet_app_port}"
|
||||
service = "http://localhost:8080"
|
||||
origin_request = {
|
||||
access = {
|
||||
# aud_tag = [cloudflare_zero_trust_access_application.cloudflare_app_web_intranet.aud]
|
||||
@@ -139,7 +139,7 @@ resource "cloudflare_zero_trust_tunnel_cloudflared_config" "gcp_public_hostname"
|
||||
},
|
||||
{
|
||||
hostname = var.cloudflare_subdomain_web_sensitive
|
||||
service = "http://localhost:${var.cloudflare_competition_app_port}"
|
||||
service = "http://localhost:8181"
|
||||
origin_request = {
|
||||
access = {
|
||||
# aud_tag = [cloudflare_zero_trust_access_application.cloudflare_app_web_competition.aud]
|
||||
|
||||
Reference in New Issue
Block a user