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 28 forks source link

slo-native output to allow creation of alert policy #101

Closed andrewmackett closed 2 years ago

andrewmackett commented 2 years ago

At the moment the slo-native module only outputs the Project ID. It would be really useful if the module could output the SLO name or ID. Having the SLO name or ID as an output would allow it to be used in defining the filter when creating an alerting policy for the SLO as documented here.

I've opened PR #100 to add a name output.