Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oleonardorodrigues/cheatsheet-terraform
A tested and testable cheatsheet with actually useful commands.
https://github.com/oleonardorodrigues/cheatsheet-terraform
cheatsheet commands devops iac infrastructure-as-code terraform
Last synced: about 2 months ago
JSON representation
A tested and testable cheatsheet with actually useful commands.
- Host: GitHub
- URL: https://github.com/oleonardorodrigues/cheatsheet-terraform
- Owner: OLeonardoRodrigues
- Created: 2023-08-21T00:53:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-05T15:40:02.000Z (about 1 year ago)
- Last Synced: 2024-11-03T07:23:49.498Z (3 months ago)
- Topics: cheatsheet, commands, devops, iac, infrastructure-as-code, terraform
- Language: Shell
- Homepage: https://oleonardorodrigues.github.io/cheatsheet-terraform/
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cheatsheet for Terraform [WIP]
A tested and testable cheatsheet with actually useful commands.
[![Generate README](https://github.com/OLeonardoRodrigues/cheatsheet-terraform/actions/workflows/readme_generator.yml/badge.svg)](https://github.com/OLeonardoRodrigues/cheatsheet-terraform/actions/workflows/readme_generator.yml)
[![Tests](https://github.com/OLeonardoRodrigues/cheatsheet-terraform/actions/workflows/tests.yml/badge.svg)](https://github.com/OLeonardoRodrigues/cheatsheet-terraform/actions/workflows/tests.yml)
---
## 1. Formatting
---
### 1. **Terraform Format**
Formats Terraform files on a given path according to official recomendations.
```
terraform fmt
```