Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

version 1.1.3 and contact with only email notification #88

Open
fgpwo opened this issue Nov 4, 2020 · 3 comments
Open

version 1.1.3 and contact with only email notification #88

fgpwo opened this issue Nov 4, 2020 · 3 comments

Comments

@fgpwo
Copy link

fgpwo commented Nov 4, 2020

Hello, and thanks for good work on this plugin.
In version 1.1.3 we could not create contact with only email notification because it always failed with:

You must provide both a high and low severity notification method

similar issue was reported and fix here:
#82

Can I ask you to release new version with this fix?

Best regard.

@IanMoroney
Copy link

I'm also experiencing this issue.

When a contact is specified like this with email only, it fails the validation.

resource "pingdom_contact" "me" {
  name = "Me"

  email_notification {
    address  = "[email protected]"
    severity = "HIGH"
  }

  email_notification {
    address  = "[email protected]"
    severity = "LOW"
  }
}

Error: You must provide both a high and low severity notification method

@sontags
Copy link
Contributor

sontags commented Nov 2, 2021

@russellcardullo Is there any plan to publish a new release of the provider some time soon? This bug has been fixed but did not make it to the registry yet.

@tbeaugrand
Copy link

@russellcardullo, do you plan to release a new version at some point?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants