FAQ
Is there a Takosumi-specific configuration language?
No. OpenTofu and Terraform modules and providers are used as-is.
Where are credentials stored?
In Takosumi. Values are write-only and can never be read back. They reach the runner only while a Run runs and disappear afterwards. See Connect credentials.
Why are plan and apply one Run?
So the diff you review is the diff that gets applied. Because the plan is not recreated, what you read matches what runs. See Run model.
Does Takosumi ship a first-party provider?
No. Takosumi does not ship a first-party Terraform/OpenTofu provider.
Can I connect to external clouds?
Yes. Use Git modules and Connections with the existing providers.
How do I add a connect button to my app?
Open an /install link. Put the Git URL, ref, and module path in it, and add return_uri so the app is revisited when done.
How do I list a module in a Store?
See the Store API. A TCS 2.0-compatible listing lets users pick and add the module.
Can I run Takosumi myself?
Yes. See Run it yourself.