diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 78afb03..a798a73 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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" }