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
{{ message }}
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
Expected Behavior
When running apply, it would need to create the contacts pingdom_contact with both LOW and HIGH severity.
Actual Behavior
When running plan, it shows that it will create a contact with both LOW and HIGH severity but in the apply, it triggers an error complaining about that.
Relevant Error/Panic Output Snippet
pingdom_contact.second_contact: Creating...
╷
│ Error: You must provide both a high and low severity notification method
│
│ with pingdom_contact.second_contact,
│ on main.tf line 26, in resource "pingdom_contact" "second_contact":
│ 26: resource "pingdom_contact" "second_contact" {
│
╵
Terraform Core Version
1.3.2
Pngdom-provider Version
1.1.3
Affected Resource(s)
pingdom_contact
Expected Behavior
When running apply, it would need to create the contacts pingdom_contact with both LOW and HIGH severity.
Actual Behavior
When running plan, it shows that it will create a contact with both LOW and HIGH severity but in the apply, it triggers an error complaining about that.
Relevant Error/Panic Output Snippet
Steps to Reproduce
Copy the example code:
Run teraform apply
tf apply --target=pingdom_contact.second_contact
Would you like to implement a fix?
I would like to implement a fix, but I will wait for interactions and then see if it makes sense to contribute.
The text was updated successfully, but these errors were encountered: