📄️ terraform fmt
terraform fmt = built-in formatter ที่จัด HCL code ให้ consistent style — เหมือน gofmt ของ Go
📄️ terraform validate
terraform validate = เช็ค syntax และ internal consistency ของ config — ไม่เรียก cloud API ไม่ต้องมี credentials
📄️ TFLint
TFLint = third-party linter ที่ตรวจ best practices + provider-specific issues ที่ terraform validate ตรวจไม่เจอ