jdormit-infra/prod/nginx/packer/terraform/main.tf
2021-10-04 09:06:02 -04:00

5 lines
167 B
HCL

resource "local_file" "nginx_config" {
filename = "${path.module}/../tmp/nginx.conf"
content = templatefile("${path.module}/templates/nginx.conf.template", {})
}