adding features, and commentted options

This commit is contained in:
hnaumann
2024-09-11 14:22:50 +02:00
parent a5089abd02
commit fe497c0abb

View File

@@ -7,8 +7,10 @@
// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
// "ghcr.io/devcontainers/features/aws-cli:1": {},
//"ghcr.io/dhoeric/features/terraform-docs:1": {},
"ghcr.io/devcontainers/features/terraform:1": {},
"ghcr.io/dhoeric/features/tfsec:1":{},
"ghcr.io/dhoeric/features/tfsec:1":{}
},
// Use 'forwardPorts' to make a list of ports inside the container available locally.
@@ -22,12 +24,14 @@
"vscode": {
"extensions": [
"hashicorp.terraform",
"gitlens.gitlens"
"gitlens.gitlens",
"oderwat.indent-rainbow",
"Catppuccin.vscode",
]
}
}
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
"remoteUser": "root"
}