ykyr

Results 3 comments of ykyr

The whole IAM binding should be removed from the module. The reasoning is described in this issue https://github.com/terraform-google-modules/terraform-google-sql-db/issues/381

@SpiritZhou Thank you for opening this. Today, we hit a very similar use case. We use KEDA to scale based on many different external metrics. In this example, we used...

@jawnsy When this PR https://github.com/terraform-google-modules/terraform-google-sql-db/pull/382 will merged. You can use something like this to grant required `cloudsql` roles. Obviously, you can wrap it up into a module for convenience. ```terraform...