terraform-provider-grafana
                                
                                 terraform-provider-grafana copied to clipboard
                                
                                    terraform-provider-grafana copied to clipboard
                            
                            
                            
                        Support for multiple template types in Grafana on call integration.
I'd like to be able to configure multiple template types, not just Slack, when using the Grafana on call integration resource.
In my case, I've been manually configuring Grafana On Call's Jinja2 integration to form readable messages to send in alerts. In addition, my custom message format from SNS/Alert Manager is missing the message key expected by the defaults right now. It'd be helpful if I could modify the Grafana on call Jinja template in Terraform to fit my payload.
This is related to the provider not supporting anything other than Slack in the grafana_oncall_integration resource: https://registry.terraform.io/providers/grafana/grafana/latest/docs/resources/oncall_integration#nestedblock--templates
This is related to the provider not supporting anything other than Slack in the
grafana_oncall_integrationresource: https://registry.terraform.io/providers/grafana/grafana/latest/docs/resources/oncall_integration#nestedblock--templates
Does this also support Teams? I'm really looking for a solution here.
@DWebb0 Registering my interest here...
Registering our need for this too
Implemented here: https://github.com/grafana/terraform-provider-grafana/pull/831