Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pwelch/terraform-shadowrun
Terraform for AWS Shadowrun instance 🎲
https://github.com/pwelch/terraform-shadowrun
aws terraform
Last synced: 28 days ago
JSON representation
Terraform for AWS Shadowrun instance 🎲
- Host: GitHub
- URL: https://github.com/pwelch/terraform-shadowrun
- Owner: pwelch
- Created: 2021-03-03T17:58:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-26T00:01:56.000Z (over 2 years ago)
- Last Synced: 2024-10-09T16:42:12.966Z (about 1 month ago)
- Topics: aws, terraform
- Language: HCL
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Terraform AWS EC2
Sets up an AWS VPC & Windows EC2 instance with [Chummer](https://github.com/chummer5a/chummer5a) for [Shadowrun](https://en.wikipedia.org/wiki/Shadowrun)
## Requirements
- [Terraform](https://www.terraform.io/downloads.html)
## Setup
- Install Terraform if you don't already have it
- You can use [Homebrew](https://brew.sh/) `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
```shell
terraform init
terraform planterraform apply
```