appoptics / terraform-provider-appoptics

Apache License 2.0
4 stars 2 forks source link

Update appoptics-api-go dependency #12

Closed solarchad closed 4 years ago

solarchad commented 5 years ago

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)

solarchad commented 4 years ago

Resolved in https://github.com/appoptics/terraform-provider-appoptics/pull/17