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
- Host: GitHub
- URL: https://github.com/superseb/tf-aws-rancher2-firewall
- Owner: superseb
- Created: 2018-06-08T13:45:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-08T13:46:32.000Z (about 8 years ago)
- Last Synced: 2025-01-26T07:26:26.528Z (over 1 year ago)
- Language: HCL
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`