From 478d182106ef02acdb934f4d073218b59756e851 Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Fri, 23 Aug 2019 14:51:15 -0600 Subject: [PATCH] Add documentation Add a simple README.md for the Pulumi area that describes the content found there. Signed-off-by: Scott Lowe --- pulumi/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pulumi/README.md diff --git a/pulumi/README.md b/pulumi/README.md new file mode 100644 index 0000000..f9f7ed5 --- /dev/null +++ b/pulumi/README.md @@ -0,0 +1,11 @@ +# Learning Tools: Pulumi + +This folder contains environments, resources, and sample code for working with [Pulumi][link-1]. + +## Contents + +**aws-k8s-infra**: This folder contains example code to instantiate AWS infrastructure for use by Kubernetes clusters bootstrapped using `kubeadm`. + +**sandbox**: This folder contains Vagrant, Ansible, and Packer resources to create a sandbox for learning Pulumi. + +[link-1]: https://www.pulumi.com/