mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Add documentation
Add a simple README.md for the Pulumi area that describes the content found there. Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
This commit is contained in:
parent
378cb040ca
commit
478d182106
1 changed files with 11 additions and 0 deletions
11
pulumi/README.md
Normal file
11
pulumi/README.md
Normal file
|
|
@ -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/
|
||||
Loading…
Reference in a new issue