This commit is contained in:
18
test.tf
18
test.tf
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user