-
Notifications
You must be signed in to change notification settings - Fork 212
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
permadiff when creating an event rule with no advanced conditions #155
Comments
Thanks for pointing this out! I'll take a look and see what I can do. |
I'm not sure if it's related, but with the same config I sometimes get this error when running
|
I've compiled the latest version from master and tested locally. I can confirm this fixes both issues for us:
The docs still list |
@yob Great! Glad both issues are fixed. Good call on the Docs. I'll go fix those right now. |
Terraform Version
Terraform v0.12.6
Affected Resource(s)
pagerduty_event_rule
Terraform Configuration Files
Debug Output
N/A
Panic Output
N/A
Expected Behavior
After applying this resource, additional plans should show no changes.
Actual Behavior
I get a permadiff:
Steps to Reproduce
terraform apply
terraform plan
Important Factoids
The pagerduty web UI allows events rules with no advanced conditions, but I've tried a few ways to achieve this with the terraform provider and always get a permadiff.
References
N/A
The text was updated successfully, but these errors were encountered: