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 [BAEL-3793][BAEL-3935] Code snippets 2020-03-29 11:49:46 -03:00
k8s-basic Update terraform/best-practices/k8s-basic/SETUP.md 2020-04-12 13:53:19 -05:00
k8s-modules Update terraform/best-practices/k8s-modules/SETUP.md 2020-04-12 13:53:06 -05:00
README.md [BAEL-3793][BAEL-3935] Code snippets 2020-03-29 11:49:46 -03:00

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