camptocamp / terradb

A unified database for Terraform data
Apache License 2.0
26 stars 8 forks source link

[WIP] add InsertPlan interface #23

Open mcanevet opened 5 years ago

mcanevet commented 5 years ago

Since v0.12, Terraform allows showing the plan in json format using this:

$ terraform plan -out=myplan
$ terraform show myplan

We should add an API endpoint to store this plans in TerraDB so that we can build Grafana Dashboard showing the convergence state of our workspaces.

mcanevet commented 5 years ago

We need to refactor before adding this feature (see #24)