We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pagerduty_escalation_policy
escalation_rule_assignment_strategy
teams
Describe the bug Error 403 at pagerduty_escalation_policy when escalation_rule_assignment_strategy is set explicitly without teams ability.
To Reproduce
resource "pagerduty_user" "user_test" { name = "Earline Greenholt" email = "[email protected]" } resource "pagerduty_escalation_policy" "escalation_test" { name = "Test Escalation Policy" rule { escalation_delay_in_minutes = "30" escalation_rule_assignment_strategy { type = "assign_to_everyone" } target { id = pagerduty_user.user_test.id type = "user_reference" } } }
Expected behavior Create an escalation policy
Actual behavior Error with HTTP Status code 403
The text was updated successfully, but these errors were encountered:
403
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Error 403 at
pagerduty_escalation_policy
whenescalation_rule_assignment_strategy
is set explicitly withoutteams
ability.To Reproduce
Expected behavior
Create an escalation policy
Actual behavior
Error with HTTP Status code 403
The text was updated successfully, but these errors were encountered: