jdormit-infra/prod/nginx/packer/terraform/main.tf

5 lines
167 B
Terraform
Raw Normal View History

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