Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```