Files
coder/docs/admin/integrations/opentofu.md
Edward Angert 101b62dc3e docs: convert alerts to use GitHub Flavored Markdown (GFM) (#16850)
followup to #16761 

thanks @lucasmelin !

+ thanks: @ethanndickson @Parkreiner @matifali @aqandrew 

- [x] update snippet
- [x] find/replace
- [x] spot-check


[preview](https://coder.com/docs/@16761-gfm-callouts/admin/templates/managing-templates/schedule)
(and others)

---------

Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
Co-authored-by: M Atif Ali <atif@coder.com>
2025-03-10 16:58:20 -04:00

1.1 KiB

Provisioning with OpenTofu

Important

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.