java-tutorials/terraform/best-practices
Eric Martin bf0ff59145 Update terraform/best-practices/k8s-basic/SETUP.md
Co-Authored-By: KevinGilmore <kpg102@gmail.com>
2020-04-12 13:53:19 -05:00
..
ec2-simple
k8s-basic Update terraform/best-practices/k8s-basic/SETUP.md 2020-04-12 13:53:19 -05:00
k8s-modules
README.md

README.md

Terraform Sample Code

This folder contains Terraform project samples that illustrates topics covered in the "Best practices when using Terraform" article. Setup instructions are available in each sample's folder.

List of available samples:

  • k8s-basic: "Hello world" project that just connects to a Kubernetes cluster and create a new namespace.
  • ec2-basic: "Hello world" project that creates a single EC2 instance
  • k8s-modules: A more elaborate sample that creates a simple set of services in a Kubernetes cluster