Skip to content

Commit 372132e

Browse files
committed
remove containerEnv
1 parent f7c208b commit 372132e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.devcontainer/devcontainer.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
{
22
"name": "AWS CDK & Python Development Environment",
33
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-22.04",
4-
"containerEnv": {
5-
"ENV": "${localEnv:ENV}",
6-
"SECRETS": "${localEnv:SECRETS}",
7-
"AWS_ACCESS_KEY_ID": "${localEnv:AWS_ACCESS_KEY_ID}",
8-
"AWS_SECRET_ACCESS_KEY": "${localEnv:AWS_SECRET_ACCESS_KEY}",
9-
"AWS_SESSION_TOKEN": "${localEnv:AWS_SESSION_TOKEN}",
10-
"AWS_REGION": "${localEnv:AWS_REGION}"
11-
},
124
"features": {
135
"ghcr.io/devcontainers/features/node:1.5.0": {
146
"version": "22.6.0"

0 commit comments

Comments
 (0)