We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
for DetectReset support on AlertConditions. Looks like the newer releases have support for this:
https://github.com/appoptics/appoptics-api-go/blob/master/alerts.go#L42
But the current vendored one that we have in this repo does not.
Once updated, we should add condition.DetectReset within here:
condition.DetectReset
resource_appoptics_alert.go:resourceAppOpticsAlertCreate() (see the TODO and remove it)
resource_appoptics_alert.go:resourceAppOpticsAlertCreate()
The text was updated successfully, but these errors were encountered:
Resolved in #17
Sorry, something went wrong.
No branches or pull requests
for DetectReset support on AlertConditions. Looks like the newer releases have support for this:
https://github.com/appoptics/appoptics-api-go/blob/master/alerts.go#L42
But the current vendored one that we have in this repo does not.
Once updated, we should add
condition.DetectReset
within here:resource_appoptics_alert.go:resourceAppOpticsAlertCreate()
(see the TODO and remove it)The text was updated successfully, but these errors were encountered: