Skip to content

Commit

Permalink
adding devcontainer configuration (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
maniSbindra authored Oct 21, 2024
1 parent 303b0bc commit ddc6db4
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Dev Container",
"image": "mcr.microsoft.com/vscode/devcontainers/base:ubuntu",
"features": {
"ghcr.io/devcontainers/features/azure-cli:latest": {
"version": "2.65.0",
"installBicep": true
},
"ghcr.io/devcontainers/features/terraform:1": {
"version": "1.9.7"
},
"ghcr.io/devcontainers/features/go:1": {
"version": "1.21.5"
},
},
"customizations": {
"vscode": {
"extensions": [
"ms-azuretools.vscode-bicep",
"hashicorp.terraform"
]
}
}
}

0 comments on commit ddc6db4

Please sign in to comment.