adding demo feature to devcontainer.json
This commit is contained in:
@@ -4,10 +4,9 @@
|
|||||||
"name": "terraform-dev-environment",
|
"name": "terraform-dev-environment",
|
||||||
"image": "mcr.microsoft.com/devcontainers/base:jammy",
|
"image": "mcr.microsoft.com/devcontainers/base:jammy",
|
||||||
"features": {
|
"features": {
|
||||||
"ghcr.io/devcontainers/features/aws-cli:1": {},
|
|
||||||
"ghcr.io/devcontainers-extra/features/aws-sso-cli:1": {},
|
|
||||||
"ghcr.io/devcontainers/features/terraform:1": {},
|
"ghcr.io/devcontainers/features/terraform:1": {},
|
||||||
"ghcr.io/dhoeric/features/terraform-docs:1": {},
|
"ghcr.io/dhoeric/features/terraform-docs:1": {},
|
||||||
|
//"ghcr.io/devcontainers-extra/features/kind:1": {},
|
||||||
"ghcr.io/dhoeric/features/tfsec:1": {}
|
"ghcr.io/dhoeric/features/tfsec:1": {}
|
||||||
},
|
},
|
||||||
// mounting local aws configuration
|
// mounting local aws configuration
|
||||||
|
Reference in New Issue
Block a user