/terraform-shadowrun

Terraform for AWS Shadowrun instance 🎲

Primary LanguageHCL

Terraform AWS EC2

Sets up an AWS VPC & Windows EC2 instance with Chummer for Shadowrun

Requirements

Setup

  • Install Terraform if you don't already have it
    • You can use Homebrew brew install terraform
  • 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

Usage

terraform init
terraform plan

terraform apply