├── .gitignore ├── LICENSE ├── README.md ├── http-echo.hcl.tmpl └── terraform.tf /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashicorp/terraform-container-deploy-nomad/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashicorp/terraform-container-deploy-nomad/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashicorp/terraform-container-deploy-nomad/HEAD/README.md -------------------------------------------------------------------------------- /http-echo.hcl.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashicorp/terraform-container-deploy-nomad/HEAD/http-echo.hcl.tmpl -------------------------------------------------------------------------------- /terraform.tf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hashicorp/terraform-container-deploy-nomad/HEAD/terraform.tf --------------------------------------------------------------------------------