Terraform Infrastructure Skill Installation The skill invokes the Terraform CLI. Install: - macOS : - Windows : or download from HashiCorp - Linux (apt) : Add HashiCorp repo then (see HashiCorp install) Verify: Cheat Sheet & Best Practices Workflow: → → → → review → . Use to inspect. Hacks: Always run before ; never blind. Use remote state (e.g. S3 + lock) for team work. Prefer only in CI with reviewed plans. Use and to debug. Use service accounts / workload identity in pipelines; avoid static keys. Certifications & Training HashiCorp Terraform Associate (004): IaC concepts, Terraform fundame…