Scott S. Lowe

Results 28 issues of Scott S. Lowe

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...

enhancement

This is part of https://github.com/pulumi/examples/issues/1438. All .NET-based Pulumi programs (typically just C#) that use the Docker provider need to be updated to use v4 of the Docker provider. This typically...

area/examples
size/M
kind/task

This is part of https://github.com/pulumi/examples/issues/1438. All Go-based Pulumi programs that use the Docker provider need to be updated to use v4 of the Docker provider. This typically involves editing `go.mod`...

area/examples
size/M
kind/task

This is part of https://github.com/pulumi/examples/issues/1438. All Python-based Pulumi programs that use the Docker provider need to be updated to use v4 of the Docker provider. This typically involves editing `requirements.txt`...

area/examples
size/M
kind/task

This is part of https://github.com/pulumi/examples/issues/1438. All Node-based Pulumi programs (JavaScript and TypeScript) that use the Docker provider need to be updated to use v4 of the Docker provider. This typically...

area/examples
size/M
kind/task

### What happened? In examining a number of examples, I noticed inconsistency in the use of copyright/license statements at the top of the code files: * Some files have a...

area/examples
kind/engineering
size/L

### Problem description In communicating with a user on social media, the user expressed some frustration in understanding the difference between "regular" resources (such as `aws.ec2.vpc` or `aws.eks.Cluster`) and corresponding...

area/docs
kind/enhancement

### Problem description A community user pointed out that the Pulumi CLI documentation (https://www.pulumi.com/docs/cli/) lacks any documentation on the `pulumi ai` command (the user specifically referenced `pulumi ai web`). ###...

area/docs
kind/enhancement
kind/bug
kind/codegen

## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...

kind/enhancement
area/docs

In version 0.5 of the flask-web-svc application, I added some sane defaults for environment variables that should make the application work more "out of the box" with cluster orchestrators like...