Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/crazyoptimist/terraform-basecamp
- Owner: crazyoptimist
- Created: 2021-12-03T21:19:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-04T17:41:44.000Z (almost 3 years ago)
- Last Synced: 2024-10-03T21:41:15.376Z (about 1 month ago)
- Topics: aws, devops, terraform
- Language: HCL
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```