learning-tools
learning-tools copied to clipboard
A collection of tools and files for learning new technologies
I'd like to add an example of using Vagrant triggers to create/destroy Docker contexts automatically when a Vagrant machine is created or destroyed.
As it is currently written, the Ansible role for provisioning a Pulumi environment won't upgrade to newer versions of Pulumi. The role needs to be fixed to enable this functionality.
Of the learning environments that leverage Ansible, very few are using roles. This can make porting Ansible playbooks across learning environments more difficult. To fix this, Ansible-using learning environments need...
The Pulumi program for running Debian on AWS (found in the `debian/debian-pulumi-aws` folder) has support for both AMD64- as well as ARM64-based instances. The Azure version (found in `debian/debian-pulumi-azure`) lacks...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.29.1 to 1.53.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.53.0 API Changes balancer: support injection of per-call metadata from LB policies (#5853) resolver: remove deprecated field...
Pulumi offers a GitHub provider that can be used for managing issue labels across repositories. I'd like to add an example of such a Pulumi program, written in Go, for...
The NAT instance example using Pulumi currently has incorrect AMI search filters: ``` natAmi, err := ec2.LookupAmi(ctx, &ec2.LookupAmiArgs{ Owners: []string{"568608671756"}, MostRecent: pulumi.BoolRef(true), Filters: []ec2.GetAmiFilter{ {Name: "name", Values: []string{"fck-nat-amzn2-*"}}, {Name: "root-device-type",...
I need to upgrade the AWS provider for all Pulumi examples using AWS.