terraform-google-modules / terraform-google-slo

Creates SLOs on Google Cloud from custom Stackdriver metrics capability to export SLOs to Google Cloud services and other systems
https://registry.terraform.io/modules/terraform-google-modules/slo/google
Apache License 2.0
63 stars 29 forks source link

Updating SLO config does not redeploy Cloud Function #7

Closed ocervell closed 4 years ago

ocervell commented 4 years ago

In order for this module to hold config-as-code for SLOs, we need to be able to quickly modify an SLO, and redeploy the Cloud Function with the modifications to the SLO config.

Currently, this is blocked by an issue in terraform-google-event-function, itself being an upstream issue in the provider here.