Skip to content

Commit 1014713

Browse files
committed
chore: Add AWS CLI feature and update mounts for AWS configuration
1 parent 7e04a89 commit 1014713

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"omzPlugins": "https://github.com/zsh-users/zsh-autosuggestions.git https://github.com/zsh-users/zsh-syntax-highlighting.git",
6464
"plugins": "zsh-autosuggestions zsh-syntax-highlighting"
6565
},
66+
"ghcr.io/devcontainers/features/aws-cli:1": {},
6667
"ghcr.io/devcontainers/features/common-utils": {
6768
"configureZshAsDefaultShell": true,
6869
"installOhMyZsh": true,
@@ -78,7 +79,8 @@
7879
}
7980
},
8081
"mounts": [
81-
"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached"
82+
"source=${localEnv:HOME}/.ssh,target=/home/vscode/.ssh,type=bind,consistency=cached",
83+
"source=${localEnv:HOME}/.aws,target=/home/vscode/.aws,type=bind,consistency=cached"
8284
],
8385
"name": "Devcontainer",
8486
"postCreateCommand": "scripts/devcontainer/postcreatecommand.sh"

0 commit comments

Comments
 (0)