this repo contains a sample devcontainer, for using terraform wit aws... used by the a demo, presented
This project includes a devcontainer configuration for a ready-to-use Terraform development environment in Visual Studio Code.
Features:
- Based on Ubuntu Jammy image
- Pre-installs:
- Terraform CLI
- terraform-docs
- tfsec (Terraform security scanner)
- Mounts your local AWS credentials into the container for seamless AWS access
- Runs a post-create check for tool versions
- Recommends useful VS Code extensions for Terraform development
Usage:
- Open the project in VS Code.
- When prompted, reopen in the container.
- The environment will be set up automatically with all tools and extensions.
For more details, see the devcontainer.json
See also