Skip to content

Commit 73b2e46

Browse files
committed
feat: add terraform feature to devcontainer configuration
1 parent 56fa6d0 commit 73b2e46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"dockerfile": "Dockerfile"
99
},
1010
"features": {
11-
"./local-features/aws-cli": "latest"
11+
"./local-features/aws-cli": "latest",
12+
"./local-features/terraform": "latest"
1213
// "ghcr.io/devcontainers/features/common-utils": {},
1314
// "ghcr.io/devcontainers/features/terraform:1": {},
1415
// "ghcr.io/devcontainers/features/aws-cli:1": {},

0 commit comments

Comments
 (0)