terraform init
terraform console
terraform plan
terraform apply
terraform destroy Herramienta para graficar infra Automaticamente
Herramienta para monitoriar los costos
# login para dashboard
infracost auth login
# Ejecutamos el plan
terraform plan -out tfplan.binary
terraform show -json tfplan.binary > plan.json
infracost scan plan.json
## Mas detalles
infracost inspect --top 10
infracost inspect --failing