GoogleCloudPlatform / k8s-config-connector

GCP Config Connector, a Kubernetes add-on for managing GCP resources
https://cloud.google.com/config-connector/docs/overview
Apache License 2.0
881 stars 215 forks source link

Add support for `require_connectors` to AlloyDBInstance #2309

Open ymmt2005 opened 2 months ago

ymmt2005 commented 2 months ago

Checklist

Describe the feature or resource

AlloyDB instances can be configured to require clients to connect to the instance via the Auth Proxy or a language connector.

We want to enable this with an AlloyDBInstance resource.

There is already support for this in Terraform module. https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/alloydb_instance#require_connectors

Additional information

No response

Importance

This is not a blocker because we can enable the feature by hand, but we are unhappy with that workaround.