Sets up an AWS VPC & Windows EC2 instance with Chummer for Shadowrun
- Install Terraform if you don't already have it
- You can use Homebrew
brew install terraform
- You can use Homebrew
- Make a copy of the example .envrc file:
cp .envrc.example .envrc
- Edit the
.envrc
file to have the correct credentials for the provider you will use - Load the variables in the shell:
source ./envrc
terraform init
terraform plan
terraform apply