mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
s/Github/GitHub Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
1.1 KiB
1.1 KiB
Provisioning with OpenTofu
⚠️ This guide is a work in progress. We do not officially support using custom Terraform binaries in your Coder deployment. To track progress on the work, see this related GitHub Issue.
Coder deployments support any custom Terraform binary, including OpenTofu - an open source alternative to Terraform.
You can read more about OpenTofu and Hashicorp's licensing in our blog post on the Terraform licensing changes.
Using a custom Terraform binary
You can change your deployment custom Terraform binary as long as it is in
PATH
and is within the
supported versions.
The hardcoded version check ensures compatibility with our
example templates.