File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
templates-arm/terraform/.devcontainer Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1- FROM mcr.microsoft.com/devcontainers/base:jammy
2-
3- RUN apt update
1+ FROM mcr.microsoft.com/devcontainers/base:jammy
Original file line number Diff line number Diff line change 99 },
1010 "features" : {
1111 "./local-features/aws-cli" : " latest" ,
12- "./local-features/terraform" : " latest"
12+ "./local-features/terraform" : " latest" ,
13+ // "./local-features/google-cloud-cli": "latest"
1314 // "ghcr.io/devcontainers/features/common-utils": {},
1415 // "ghcr.io/devcontainers/features/terraform:1": {},
1516 // "ghcr.io/devcontainers/features/aws-cli:1": {},
16- // "ghcr.io/devcontainers/features/azure-cli:1": {},
17- // "ghcr.io/dhoeric/features/google-cloud-cli:1": {}
17+ "ghcr.io/devcontainers/features/azure-cli:1" : {},
18+ "ghcr.io/dhoeric/features/google-cloud-cli:1" : {}
1819 // "./local-features/ubuntu-dev": "latest"
1920 },
2021 "runArgs" : [" --device=/dev/net/tun" ]
You can’t perform that action at this time.
0 commit comments