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

Add alert_trigger_preferences to the notification policy filter block. #2535

Merged
merged 2 commits into from
Jun 22, 2023

Conversation

Nmishin
Copy link
Contributor

@Nmishin Nmishin commented Jun 16, 2023

Closes: #2082

@Nmishin Nmishin requested a review from jacobbednarz as a code owner June 16, 2023 18:57
@github-actions
Copy link
Contributor

github-actions bot commented Jun 16, 2023

changelog detected ✅

@jasoncabot
Copy link
Contributor

Change looks good to me. For future reference you can get the filters available from the API with a valid token / account:

curl -X GET "https://api.cloudflare.com/client/v4/accounts/$ACCOUNT/alerting/v3/available_alerts" \
     -H "Authorization: Bearer $TOKEN" \
     -H "Content-Type:application/json"

@jacobbednarz jacobbednarz merged commit 03dc4d3 into cloudflare:master Jun 22, 2023
@github-actions github-actions bot added this to the v4.9.0 milestone Jun 22, 2023
github-actions bot pushed a commit that referenced this pull request Jun 22, 2023
@github-actions
Copy link
Contributor

This functionality has been released in v4.9.0 of the Terraform Cloudflare Provider.

Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Resource of type cloudflare_notification_policy with alert_type "http_alert_origin_error" can't be imported
3 participants