Skip to content

Instantly share code, notes, and snippets.

@tlhakhan
Created June 2, 2024 19:51
Show Gist options
  • Save tlhakhan/021cfaa8d5d24196d166f5bb1197f06e to your computer and use it in GitHub Desktop.
Save tlhakhan/021cfaa8d5d24196d166f5bb1197f06e to your computer and use it in GitHub Desktop.
devcontainer
{
"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