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

fix(alerts): ensure that alert creation works properly when 'ignore_below' is not specified #869

Merged
merged 2 commits into from
Jun 26, 2024

Conversation

kpfleming
Copy link
Contributor

If 'ignore_below' is not specified in the 'evaluation_strategy' for an alert, Terraform gives it a value of zero, which the API will not accept. Since zero is not a valid value in the configuration, this change causes it to be ignored when the API operations are invoked.

Closes #868.

…elow' is not specified

If 'ignore_below' is not specified in the 'evaluation_strategy' for an alert, Terraform
gives it a value of zero, which the API will not accept. Since zero is not a valid value
in the configuration, this change causes it to be ignored when the API operations are
invoked.
@kpfleming kpfleming merged commit da79701 into main Jun 26, 2024
11 checks passed
@kpfleming kpfleming deleted the issue-868 branch June 26, 2024 13:31
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

Successfully merging this pull request may close these issues.

Acceptance tests for Alerts do not pass
2 participants