File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed
templates-arm/terraform/.devcontainer Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 88 "dockerfile" : " Dockerfile"
99 },
1010 "features" : {
11+ "./local-features/aws-cli" : " latest"
1112 // "ghcr.io/devcontainers/features/common-utils": {},
12- "ghcr.io/devcontainers/features/terraform:1" : {},
13+ // "ghcr.io/devcontainers/features/terraform:1": {},
1314 // "ghcr.io/devcontainers/features/aws-cli:1": {},
1415 // "ghcr.io/devcontainers/features/azure-cli:1": {},
1516 // "ghcr.io/dhoeric/features/google-cloud-cli:1": {}
Original file line number Diff line number Diff line change 1+ {
2+ "id" : " aws-cli" ,
3+ "name" : " AWS CLI" ,
4+ "install" : {
5+ "app" : " " ,
6+ "file" : " install.sh"
7+ }
8+ }
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+ curl " https://awscli.amazonaws.com/awscli-exe-linux-aarch64.zip" -o " awscliv2.zip" \
3+
4+ unzip awscliv2.zip
5+
6+ ./aws/install
7+
8+ rm -rf awscliv2.zip aws
You can’t perform that action at this time.
0 commit comments