An open API service indexing awesome lists of open source software.

https://github.com/superseb/tf-aws-rancher2-firewall

Rancher 2.0 AWS firewall example
https://github.com/superseb/tf-aws-rancher2-firewall

Last synced: 2 months ago
JSON representation

Rancher 2.0 AWS firewall example

Awesome Lists containing this project

README

          

# Terraform config to launch Rancher 2.0 AWS environment

## How to use

- Clone this repository
- Move the file `terraform.tfvars.example` to `terraform.tfvars` and edit (see inline explanation)
- Configure AWS credentials
```
$ export AWS_ACCESS_KEY_ID="anaccesskey"
$ export AWS_SECRET_ACCESS_KEY="asecretkey"
```
- Run `terraform apply`