Morgante Pell

Results 69 issues of Morgante Pell

In order to #459, we should add tooling which will automatically detect Cloud Build configs within directories and create associated triggers for each detected config.

### Describe your problem I have previously deployed a package but lost track of that inventory / configuration. I would like to re-deploy the package with a new inventory name...

enhancement
good first issue
area/live
triaged

I would like a way to mark a function parameter as required in a Kptfile, such that the package consumer must provide their own value for it (no default is...

enhancement
area/hydrate
p1
ux impact
customer
triaged

The admin SDK supports setting arbitrary quotaUser values: https://developers.google.com/admin-sdk/directory/v1/parameters If this isn't set, the consumer IP will be used which can lead to throttling. Updating the provider to use a...

enhancement

Changing the image name should cause a new container to be spun up. Reproduction: 1. Open the simple-example 2. Run `terraform apply` 3. Change the [image ID](https://github.com/terraform-google-modules/terraform-google-container-vm/blob/master/examples/simple_instance/main.tf#L35) 4. Run `terraform...

bug
triaged
P3

### TL;DR https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/pull/947#discussion_r852606346 ### Terraform Resources _No response_ ### Detailed design _No response_ ### Additional information _No response_

enhancement
good first issue
triaged

There is now support for managing group membership using the normal [Terraform provider](https://www.terraform.io/docs/providers/google/r/cloud_identity_group_membership.html). We should switch the gsuite submodule to use that instead.

enhancement
triaged
P2

Currently, we have 3 modules with nearly identical code: - [Root](https://github.com/terraform-google-modules/terraform-google-project-factory) - [G Suite enabled](https://github.com/terraform-google-modules/terraform-google-project-factory/tree/master/modules/gsuite_enabled) - [Shared VPC](https://github.com/terraform-google-modules/terraform-google-project-factory/tree/master/modules/shared_vpc) Instead of manually maintaining them, we should make an autogen script like...

enhancement
triaged
P4

The tests currently don't make it easy to test G Suite-related functionality in the module. We should add fixtures to consistently exercise the create_group and API/SA group functionalities.

enhancement
triaged