You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation for resource victorops_escalation_policy is out of date.
Current documentation (in GitHub and on Terraform) only shows 2 possible values for victorops_escalation_policy.step.entries[].type (rotationalGroup, targetPolicy):
step {
timeout = [time-out duration in seconds]
entries = [
{
type = [ rotationalGroup | targetPolicy ]
slug = [ rotatioGroup slug | next escalation policy ID ]
},
]
}
Code in github indicates that there are 7 values accepted here: "user", "email", "rotationGroup", "rotationGroupNext", "rotationGroupPrevious", "webhook", "targetPolicy".
The text was updated successfully, but these errors were encountered:
Documentation for resource victorops_escalation_policy is out of date.
Current documentation (in GitHub and on Terraform) only shows 2 possible values for victorops_escalation_policy.step.entries[].type (
rotationalGroup, targetPolicy
):Code in github indicates that there are 7 values accepted here: "user", "email", "rotationGroup", "rotationGroupNext", "rotationGroupPrevious", "webhook", "targetPolicy".
The text was updated successfully, but these errors were encountered: