AWS Infrastructure Git Repository
Create & Setup GitHub Repository for AWS Networking Infrastructure¶
- Create a new private GitHub repository for networking infrastructure in your team's GitHub organization.
- GitHub repository name must be
aws-infra
. - Update
README.md
in your repository with instructions for standing up and tearing down your infrastructure. - Fork the GitHub repository in your namespace. You will do all development work on your fork.
- All Terraform code for AWS networking infrastructure should be in this repository.
- Add appropriate
.gitignore
to your repository. A collection of useful.gitignore
templates can be found here.
Pull Request Status Checks¶
Implement Terraform pull request status checks in your GitHub repository as per the requirements.