From 1629750973f2b5693f7dcdcff8baa63b1fd676e7 Mon Sep 17 00:00:00 2001 From: RUDRAPRIYA NANDI <125722290+RudyzGit@users.noreply.github.com> Date: Thu, 1 Aug 2024 18:32:44 +0000 Subject: [PATCH] json updated --- .devcontainer/devcontainer.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 00000000..bf454d11 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,7 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": { + "ghcr.io/devcontainers/features/terraform:1": {}, + "ghcr.io/devcontainers/features/aws-cli:1": {} + } +} \ No newline at end of file