본문으로 건너뛰기

Terraform basics

Command alias

Add to ~/.zshrc:

alias tf="alias"

Basic commands

tf init
tf plan
tf apply
tf destroy

tf fmt
tf validate

tf show
tf state list