Skip to content

Instantly share code, notes, and snippets.

@valter-silva-au
Created October 13, 2022 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save valter-silva-au/05ba0b35707d53b2ec0367480240be6a to your computer and use it in GitHub Desktop.
Save valter-silva-au/05ba0b35707d53b2ec0367480240be6a to your computer and use it in GitHub Desktop.
Initialize a project with AWS Terraform Dev Container
#!/usr/bin/env bash
set -e
set -u
set -o pipefail
git clone --branch=main --depth=1 git@github.com:awslabs/aws-terraform-dev-container.git
mv aws-terraform-dev-container/.devcontainer .devcontainer
rm -rf aws-terraform-dev-container
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment