otf
otf copied to clipboard
An open source alternative to terraform enterprise.
..for run state transitions.
...when creating a run via the API. https://www.terraform.io/cloud-docs/api-docs/run#request-body
`otfd` should check the `terraform` binary exists in the system path at startup, perhaps adding a version check too.
In certain circumstances where certain specifiers are provided rather than an ID, two queries are issued: one using the specifiers to find the ID; and then one to use that...
When `otfd` terminates it should wait for any in-flight plans or applies to finish first. During this time, new runs should not be activated.