A VSCode Dev Container with tools to help you build and manage AWS infrastructure with Terraform
Develop your project in a Docker container |
Increase productivity with well-defined Make commands |
Ensure every team member has all the tools on their correct versions |
Extensions already installed for you |
curl -sL https://raw.githubusercontent.com/awslabs/aws-terraform-dev-container/main/scripts/init.sh | bash
To reopen in container manually, open the command pallete on VS Code and select Rebuild and Reopen in Container
A list of things you need, or how to install them.
make [tab][tab]
For example, if you want to explore the most common terraform commands:
make terraform/[tab]
apply clean destroy fmt init init/ plan validate version
To display all available commands:
make help
For more information about each Make targets available.
This project is licensed under the MIT-0 License. See the LICENSE file.
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.