Software Development
Enable Terraform Autocomplete in Bash, Zsh, and Fish
Enable Terraform tab autocomplete in Bash, Zsh, and Fish. One command setup, troubleshooting, and what gets auto-completed (subcommands, flags
3 min read
4 articles
Enable Terraform tab autocomplete in Bash, Zsh, and Fish. One command setup, troubleshooting, and what gets auto-completed (subcommands, flags
Install and configure the HashiCorp Terraform VSCode extension. Enable syntax highlighting, autocomplete, format on save, validation
Use LocalStack with Terraform to test AWS infrastructure locally. Create S3 buckets, DynamoDB tables, and Lambda functions without AWS costs or credentials.
Install AWS CLI v2 on macOS with Homebrew in 2 commands: brew install awscli. Includes configuration, credential setup, troubleshooting common errors