Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/corrupt952/example-terraform-create-file-from-template
https://github.com/corrupt952/example-terraform-create-file-from-template
Last synced: 10 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T14:04:37.000Z (over 6 years ago)
- Last Synced: 2025-01-02T23:05:39.768Z (18 days ago)
- Language: HCL
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- 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`