mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-07-04 15:46:16 +00:00
9 lines
255 B
HCL
9 lines
255 B
HCL
resource "pagerduty_service_integration" "grafana_cloud" {
|
|
name = "Grafana"
|
|
service = pagerduty_service.pez_solutions.id
|
|
vendor = ""
|
|
}
|
|
|
|
output "pagerduty_integration_key" {
|
|
value = pagerduty_service_integration.grafana_cloud.integration_key
|
|
}
|