This commit is contained in:
18
test.tf
18
test.tf
@@ -40,15 +40,15 @@ locals {
|
||||
}
|
||||
]
|
||||
}
|
||||
aws_browser_rendering = {
|
||||
name = var.cloudflare_tunnel_name_aws
|
||||
routes = [
|
||||
{
|
||||
comment = "Route making AWS private subnet available in the Cloudflare network"
|
||||
network = var.aws_private_cidr
|
||||
}
|
||||
]
|
||||
}
|
||||
# aws_browser_rendering = {
|
||||
# name = var.cloudflare_tunnel_name_aws
|
||||
# routes = [
|
||||
# {
|
||||
# comment = "Route making AWS private subnet available in the Cloudflare network"
|
||||
# network = var.aws_private_cidr
|
||||
# }
|
||||
# ]
|
||||
# }
|
||||
}
|
||||
|
||||
# HTTP request headers for API calls
|
||||
|
||||
Reference in New Issue
Block a user