Skip to content

Commit 3fe3d56

Browse files
committed
feat: dev container terraform arm
1 parent a616b86 commit 3fe3d56

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
FROM mcr.microsoft.com/devcontainers/base:jammy
2-
3-
1+
FROM mcr.microsoft.com/devcontainers/base:jammy

templates-arm/terraform/.devcontainer/devcontainer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"features": {
1111
"ghcr.io/devcontainers/features/common-utils": {},
1212
"ghcr.io/devcontainers/features/terraform:1": {},
13-
"ghcr.io/devcontainers/features/aws-cli:1": {},
14-
"ghcr.io/devcontainers/features/azure-cli:1": {},
15-
"ghcr.io/dhoeric/features/google-cloud-cli:1": {}
13+
// "ghcr.io/devcontainers/features/aws-cli:1": {},
14+
// "ghcr.io/devcontainers/features/azure-cli:1": {},
15+
// "ghcr.io/dhoeric/features/google-cloud-cli:1": {}
1616
// "./local-features/ubuntu-dev": "latest"
1717
},
1818
"runArgs": ["--device=/dev/net/tun"]

0 commit comments

Comments
 (0)