From 8b9c2beb4b09e8691ba2710e6e7d21cf4356f9b1 Mon Sep 17 00:00:00 2001 From: "Scott S. Lowe" Date: Fri, 24 Feb 2023 14:12:03 -0700 Subject: [PATCH] Update contents Add information on "default-aws-infra" folder. Signed-off-by: Scott S. Lowe --- pulumi/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pulumi/README.md b/pulumi/README.md index 3590bda..170ee28 100644 --- a/pulumi/README.md +++ b/pulumi/README.md @@ -6,6 +6,8 @@ This folder contains environments, resources, and sample code for working with [ **aws-k8s-infra**: This folder contains example code to instantiate AWS infrastructure for use by Kubernetes clusters bootstrapped using `kubeadm`. +**default-aws-infra**: This folder contains example code to use the "default" infrastructure in your AWS account (the default VPC, subnets, Internet gateway, etc.). + **sandbox**: This folder contains Vagrant, Ansible, and Packer resources to create a sandbox for learning Pulumi. ## Related Projects