mirror of
https://github.com/luigieai/homelab.git
synced 2025-06-06 07:36:37 -03:00
7 lines
No EOL
194 B
HCL
7 lines
No EOL
194 B
HCL
data "template_file" "caddyfile" {
|
|
template = file("${path.module}/conf/Caddyfile")
|
|
vars = {
|
|
cloudflare_api_token = var.cloudflare_api_token
|
|
endpoint = var.endpoint
|
|
}
|
|
} |