Jay Windsor

Results 9 issues of Jay Windsor

Repro steps: 1. use [cloud code go hello world sample](https://github.com/GoogleCloudPlatform/cloud-code-samples/tree/master/golang/go-hello-world). 2. run `pack build hello-world-go --builder gcr.io/buildpacks/builder:v1 --path ./`. It will build successfully. 3. run this (below). Note that the...

The mig modules (and likely other modules in this repo) has several groups of properties in objects that could easily be flattened to root level properties. For example: - `health_check`:...

### TL;DR When I am creating a database in the Cloud Console, disabling the public IP and setting up a private IP is as easy a checking a box. Using...

enhancement

Several properties on this module are not documented well. Here are some examples in the Postgres module: - `additional_databases`: no idea what valid values are for charset and collation. -...

The required `backends` property is a highly nested object where everything must be explicitly set. In [my configuration](https://github.com/danielgazineu/gcp-terraform/blob/main/modules/http_accessible_mig/main.tf), because I had to set 5 of the values to custom values,...

Several properties on this module are not documented well. an example is `backends`: A huge object of dozens of properties, and none of them are documented. Luckily most are named...

Several properties on this module are not documented well. Here are some examples: - `firewall_rules`: The description is simply “List of firewall rules”, the type is any, and the default...

It says it requires `= 2.12` but when trying the example usage with 3.5.0 it fails with the error: `Blocks of type log_config are not expected here`. I am assuming...

I am trying to publish an update to [`googlecloudtools.cloudcode`](https://open-vsx.org/extension/googlecloudtools/cloudcode). I uploaded version 1.22.0 3 days ago. According to the settings page it was published: ![Screenshot 2023-07-17 at 4 08 57...