A live coding to test for potential platform engineers.
- tfenv -
brew install tfenv
- Add credentials to .aws_creds and source in your shell environment
A simple Makefile is provided for running some common commands:
Use these commands to provision and destroy infrastructure before and after tests:
# Plan production before a test
make tf-plan
# Provision production before a test
make tf-apply
# Destroy production before a test
make tf-destroyThese commands can be applied to the common env as well:
# Run terraform cmds against the common env
make tf-plan ENV=common
make tf-apply ENV=common