README
Sixfootsixdesigns website
Terraform
Installing Terraform
- install terraform
brew install tfenv
- install aws cli
brew install awscli
- run
aws configure
to setup your aws cli - cd into infrastructure/terraform and run
tfenv install
Running Terraform
- run
terraform plan
to test - run
terraform apply
when you are ready to deploy changes