This repository is the near-simplest example of provisioning infrastructure on Amazon Web Services (AWS), using Terraform and setting up CI/CD with CircleCI to build and deploy simple golang image to ECR.
This repository sets up:
- Install the following locally:
- Terraform >= 0.10.0
- Set up AWS credentials in
~/.aws/credentials
.- The easiest way to do so is by setting up the AWS CLI.
More information about the AWS environment variables. If it is successful, you should see an address
printed out at the end. Visit this in your browser, and the page should say "Welcome to nginx!"
cd terraform
terraform destroy