Files
coder/docs/admin/integrations/opentofu.md
2024-10-28 07:43:30 -04:00

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.