test 11
Some checks failed
Terraform Apply / Terraform Apply (push) Has been cancelled

This commit is contained in:
2025-11-20 19:15:19 +01:00
parent 222e40b1d4
commit f986822889

18
test.tf
View File

@@ -40,15 +40,15 @@ locals {
} }
] ]
} }
aws_browser_rendering = { # aws_browser_rendering = {
name = var.cloudflare_tunnel_name_aws # name = var.cloudflare_tunnel_name_aws
routes = [ # routes = [
{ # {
comment = "Route making AWS private subnet available in the Cloudflare network" # comment = "Route making AWS private subnet available in the Cloudflare network"
network = var.aws_private_cidr # network = var.aws_private_cidr
} # }
] # ]
} # }
} }
# HTTP request headers for API calls # HTTP request headers for API calls