Skip to content
New issue

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

alert_grouping: rules is not supported #355

Closed
NargiT opened this issue Jul 8, 2021 · 1 comment
Closed

alert_grouping: rules is not supported #355

NargiT opened this issue Jul 8, 2021 · 1 comment

Comments

@NargiT
Copy link
Contributor

NargiT commented Jul 8, 2021

Terraform Version

0.14.3

Affected Resource(s)

  • pagerduty_service

Terraform Configuration Files

resources "pagerduty_service" "my-service" {
  alert_grouping: "rules" # not supported
}

Expected Behavior

What should have happened?
Should work :)

Actual Behavior

What actually happened?

Error: "rules" is an invalid value for argument alert_grouping. Must be one of []string{"time", "intelligent"}

Comes from this

ValidateFunc: validateValueFunc([]string{

Steps to Reproduce

  1. terraform plan

Reference

I belive this is the one #342

@NargiT
Copy link
Contributor Author

NargiT commented Jul 8, 2021

Can be closed if the reference issue solve this exact issue

@NargiT NargiT closed this as completed Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant