Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`