https://github.com/corrupt952/example-terraform-create-file-from-template
https://github.com/corrupt952/example-terraform-create-file-from-template
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/corrupt952/example-terraform-create-file-from-template
- Owner: corrupt952
- Created: 2018-05-25T20:42:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T14:04:37.000Z (about 8 years ago)
- Last Synced: 2026-01-29T20:58:33.014Z (5 months ago)
- Language: HCL
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Terraform create file from template
This repository is for practice.
## Requirements
* terraform ... v0.11.7 or greater
## Setup
1. `terraform init`
## Execute
1. `terraform apply`
### with other name
1. `TF_VAR_name=${NAME} terraform apply`