Hello, I’m using the free version of PagerDuty and I’d like to Terraform the configuration.
I create a token with full access, I’m able to create users, notifications_rules, service, but when I want to create an escalation_policy, I get a 403 error without more information (even in DEBUG mode of TF).
response I have :
pagerduty_escalation_policy.escalation_policy: Creating…
╷
│ Error: POST API call to https://api.pagerduty.com/escalation_policies failed: 403 Forbidden
│
│ with pagerduty_escalation_policy.escalation_policy,
│ on r-escalation_policy.tf line 1, in resource “pagerduty_escalation_policy” “escalation_policy”:
│ 1: resource “pagerduty_escalation_policy” “escalation_policy” {
│
╵
No more logs.
I delete the only on policy I had because with the free account I can have only one escalation policy, but the error is still there.
Any idea ?