Skip to content

Commit

Permalink
Add terraform and Azure CLI to devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilkka Poutanen committed Feb 19, 2023
1 parent 52dd6c7 commit 391b5dd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
"ghcr.io/devcontainers/features/go:1": {},
"ghcr.io/eitsupi/devcontainer-features/go-task:0": {},
"ghcr.io/guiyomh/features/golangci-lint:0": {},
"ghcr.io/guiyomh/features/goreleaser:0": {}
"ghcr.io/guiyomh/features/goreleaser:0": {},
"ghcr.io/devcontainers/features/azure-cli:1": {},
"ghcr.io/devcontainers/features/terraform:1": {
"installTFsec": true
}
},
// Configure tool-specific properties.
"customizations": {
Expand All @@ -25,7 +29,8 @@
},
"extensions": [
"GitHub.vscode-pull-request-github",
"golang.go"
"golang.go",
"hashicorp.terraform"
]
}
}
Expand Down

0 comments on commit 391b5dd

Please sign in to comment.