mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-07-04 15:46:16 +00:00
remove vendor
This commit is contained in:
parent
6b85ccde3b
commit
d3e94f15e7
1 changed files with 1 additions and 5 deletions
|
|
@ -1,11 +1,7 @@
|
||||||
data "pagerduty_vendor" "prometheus" {
|
|
||||||
name = "Prometheus"
|
|
||||||
}
|
|
||||||
|
|
||||||
resource "pagerduty_service_integration" "grafana_cloud" {
|
resource "pagerduty_service_integration" "grafana_cloud" {
|
||||||
name = "Grafana"
|
name = "Grafana"
|
||||||
service = pagerduty_service.pez_solutions.id
|
service = pagerduty_service.pez_solutions.id
|
||||||
vendor = data.pagerduty_vendor.prometheus.id
|
vendor = ""
|
||||||
}
|
}
|
||||||
|
|
||||||
output "pagerduty_integration_key" {
|
output "pagerduty_integration_key" {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue