Created
June 2, 2024 19:51
-
-
Save tlhakhan/021cfaa8d5d24196d166f5bb1197f06e to your computer and use it in GitHub Desktop.
devcontainer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"name": "Debian", | |
"image": "mcr.microsoft.com/devcontainers/base:bookworm", | |
"features": { | |
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": { | |
"version": "latest", | |
"helm": "latest", | |
"minikube": "none" | |
}, | |
"ghcr.io/devcontainers/features/terraform:1": { | |
"installTFsec": true, | |
"installTerraformDocs": true, | |
"version": "latest", | |
"tflint": "latest", | |
"terragrunt": "latest" | |
}, | |
"ghcr.io/devcontainers/features/aws-cli:1": {} | |
}, | |
"mounts": [ | |
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached", | |
"source=${localEnv:HOME}${localEnv:USERPROFILE}/.bash_aliases,target=/home/vscode/.bash_aliases,type=bind,consistency=cached" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment