/cluster-api-bootstrap-node-aws-terraform

Terraform code to spin up a lightweight node for deploying Kubernetes clusters using Cluster API. Includes AWS IAM resources for Cluster API.

Primary LanguageHCL

cluster-api-bootstrap-node-aws-terraform

Tom Dean - 12/22/2023

Introduction

The Need:

The Solution:

The Details: A Single-File Terraform Solution

Terraform code

I like to K.I.S.S. (Keep It Simple, Stupid!) whenever possible, and this was a case where I could put everything into a single file. Yeah, yeah, yeah, why all the variables when we could just set them down in the module? Because, I like to separate the input from the machinery.

You can change all kinds of things in the variables.