Skip to content

Commit

Permalink
Merge pull request #42 from superseb/readmetf
Browse files Browse the repository at this point in the history
Add note on terraform version requirement
  • Loading branch information
superseb authored Jun 29, 2019
2 parents 9e57431 + d248d04 commit cf814dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@

## Summary

**NOTE:** Terraform 0.12.0 or higher is required for cloud based environments. (AWS and DigitalOcean)

This repo contains scripts that will allow you to quickly deploy and test Rancher for POC.
The contents aren't intended for production but are here to get you up and going with running Rancher Server for a POC and to help show the functionality

## DO quick start

**NOTE:** Terraform 0.12.0 or higher is required.

The DO folder contains terraform code to stand up a single Rancher server instance with a 3 node cluster attached to it.

This terraform setup will:
Expand Down Expand Up @@ -54,6 +58,8 @@ To remove the VM's that have been deployed run `vagrant destroy -f`

## Amazon AWS Quick Start

**NOTE:** Terraform 0.12.0 or higher is required.

The aws folder contains terraform code to stand up a single Rancher server instance with a 1 node cluster attached to it.

You will need the following:
Expand Down

0 comments on commit cf814dd

Please sign in to comment.