v0.2.0 - More Alpha
Can now create/destroy Spaces (Dashboards), Metrics, Services (notification), and Alerts.
Caveats
-
Charts
aren't supported yet, but should be in the next release. -
terraform destroy
can report a404
error after properly destroying a resource when deleting a Metric and the associated Alert. This isn't bad/wrong but it can be misleading. Immediately runningterraform destroy
again should verify that all resources are gone. -
When making changes,
terraform plan
diffs can look odd, especially in nested things liketag
blocks insidecondition
blocks in Alerts. We're still trying to understand what's going on here, but updates should work as expected -- it's just theplan
diff that can look strange.
Changelog
a066d20 E2E validation (#41)
789ec78 Remove .github directory (#39)