Hi Experts, am upgrading my pagerduty provider from 1.9 to 3.5.2 and terraform from 0.12 to 0.13. When I run my terraform plan, i get this error
Unable to locate any vendor with the name: Google Cloud Monitoring
I have tried with the following vendor names but still no luck
data "pagerduty_vendor" "google_cloud_monitoring" {
name = "Google Cloud Monitoring"
}
data "pagerduty_vendor" "stack_driver" {
name = "Google Cloud Monitoring"
}