scottslowe-learning-tools/pulumi
dependabot[bot] 6cf5cc80ba
Bump golang.org/x/net in /pulumi/default-aws-infra
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20211112202133-69e39bad7dc2 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-24 21:17:29 +00:00
..
aws-k8s-infra Add example for AWS infrastructure for Kubernetes 2019-08-23 14:39:03 -06:00
default-aws-infra Bump golang.org/x/net in /pulumi/default-aws-infra 2023-02-24 21:17:29 +00:00
sandbox Reorganize Pulumi files 2019-08-23 13:53:34 -06:00
README.md Update contents 2023-02-24 14:12:03 -07:00

Learning Tools: Pulumi

This folder contains environments, resources, and sample code for working with Pulumi.

Contents

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.

talos-aws-pulumi: This repository contains Pulumi code (in Golang) to stand up a Talos Linux cluster on AWS.