# terraform-rancher-2 **Repository Path**: mirrors_codejamninja/terraform-rancher-2 ## Basic Information - **Project Name**: terraform-rancher-2 - **Description**: Initialize rancher 2 with terraform - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # terraform-rancher [![GitHub stars](https://img.shields.io/github/stars/codejamninja/terraform-rancher.svg?style=social&label=Stars)](https://github.com/codejamninja/terraform-rancher) ![](assets/terraform-rancher2.png) > Initialize rancher 2 with terraform Please ★ this repo if you found it useful ★ ★ ★ ## Features * Automatically registers servers with a supported DNS provider * Route 53 * CloudFlare * Adds letsencrypt certificate to Rancher ## Dependencies * [AWS CLI](https://aws.amazon.com/cli) * [Terraform](https://terraform.io) * [GNU Make](https://www.gnu.org/software/make) * [Python 3](https://www.python.org) ## Usage ### Configure AWS CLI ```sh aws configure ``` ### Setup Orchestration Platform ```sh cd aws terraform init terraform apply ``` If you want to use [route53](https://aws.amazon.com/route53) instead of [cloudflare](https://www.cloudflare.com), set the `cloudflare_token` to `0`. Make sure you save the generated rsa private key so you can ssh into the server. It will be located at `orch/orch__rsa`. ## Support Submit an [issue](https://github.com/codejamninja/terraform-rancher/issues/new) ## Contributing Review the [guidelines for contributing](https://github.com/codejamninja/terraform-rancher/blob/master/CONTRIBUTING.md) ## License [MIT License](https://github.com/codejamninja/terraform-rancher/blob/master/LICENSE) [Jam Risser](https://codejam.ninja) © 2018 ## Changelog Review the [changelog](https://github.com/codejamninja/terraform-rancher/blob/master/CHANGELOG.md) ## Credits * [Jam Risser](https://codejam.ninja) - Author ## Support on Liberapay A ridiculous amount of coffee ☕ ☕ ☕ was consumed in the process of building this project. [Add some fuel](https://liberapay.com/codejamninja/donate) if you'd like to keep me going! [![Liberapay receiving](https://img.shields.io/liberapay/receives/codejamninja.svg?style=flat-square)](https://liberapay.com/codejamninja/donate) [![Liberapay patrons](https://img.shields.io/liberapay/patrons/codejamninja.svg?style=flat-square)](https://liberapay.com/codejamninja/donate)