https://github.com/belgaied2/tf-module-2d-rke-demo
Terraform Module for preparing 3 nodes with Docker on AWS and generate an RKE configuration file
https://github.com/belgaied2/tf-module-2d-rke-demo
Last synced: 2 months ago
JSON representation
Terraform Module for preparing 3 nodes with Docker on AWS and generate an RKE configuration file
- Host: GitHub
- URL: https://github.com/belgaied2/tf-module-2d-rke-demo
- Owner: belgaied2
- Created: 2020-09-25T21:09:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T21:15:07.000Z (over 4 years ago)
- Last Synced: 2025-02-08T06:43:18.112Z (4 months ago)
- Language: HCL
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tf-module-2d-rke-demo
Terraform Module for preparing 3 nodes with Docker on AWS and generate an RKE configuration file## What it does
This Terraform configuration creates a set of 3 nodes on AWS, based on the following module: https://github.com/rawmind0/tf-module-rancher-infra-aws
Then using the output of this module, it creates a configuration file for RKE (cluster.yml).## Purpose
This repo is used to automate the pre-requisites for a demo of RKE