Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/crazyoptimist/terraform-basecamp

Learn Infrastructure as Code
https://github.com/crazyoptimist/terraform-basecamp

aws devops terraform

Last synced: 13 days ago
JSON representation

Learn Infrastructure as Code

Awesome Lists containing this project

README

        

# Terraform Basecamp

Thanks to [Nana](https://www.techworld-with-nana.com/)

## Create a variable file
```bash
touch terraform.tfvars
```
```ini
variable_name1 = variable_value1
variable_name2 = variable_value2
```