https://github.com/opentofu/opentofu
OpenTofu lets you declaratively manage your cloud infrastructure.
https://github.com/opentofu/opentofu
Last synced: 28 days ago
JSON representation
OpenTofu lets you declaratively manage your cloud infrastructure.
- Host: GitHub
- URL: https://github.com/opentofu/opentofu
- Owner: opentofu
- License: mpl-2.0
- Created: 2023-08-16T20:01:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-05T14:53:08.000Z (about 1 year ago)
- Last Synced: 2025-05-05T15:58:32.002Z (about 1 year ago)
- Language: Go
- Homepage: https://opentofu.org
- Size: 265 MB
- Stars: 25,257
- Watchers: 127
- Forks: 988
- Open Issues: 294
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.RELEASE.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome - opentofu/opentofu - OpenTofu lets you declaratively manage your cloud infrastructure. (Go)
- awesome-opentofu - OpenTofu repository
- awesome-platform-engineering - OpenTofu - OSS Terraform fork that lets you declaratively manage your cloud infrastructure (Infrastructure as code / Hook management tools)
- StarryDivineSky - opentofu/opentofu
- stars - opentofu
- AiTreasureBox - opentofu/opentofu - 11-03_26941_1](https://img.shields.io/github/stars/opentofu/opentofu.svg)|OpenTofu lets you declaratively manage your cloud infrastructure.| (Repos)
- awesome-x-ops - OpenTofu - driven Terraform fork governed by the Linux Foundation. (Platform Engineering / Infrastructure as Code (IaC))
- awesome-data-analysis - OpenTofu - Open source fork of Terraform. (☁️ Cloud Platforms & Infrastructure / Tools)
- my-awesome-starred - opentofu/opentofu - OpenTofu lets you declaratively manage your cloud infrastructure. (Go)
- awesome-harness-engineering - opentofu/opentofu
- awesome-ccamel - opentofu/opentofu - OpenTofu lets you declaratively manage your cloud infrastructure. (Go)
- awesome-rainmana - opentofu/opentofu - OpenTofu lets you declaratively manage your cloud infrastructure. (Go)
- awesome - opentofu/opentofu - OpenTofu lets you declaratively manage your cloud infrastructure. (Go)
- awesome - opentofu/opentofu - OpenTofu lets you declaratively manage your cloud infrastructure. (Go)
- awesome-cloud-native - opentofu - OpenTofu lets you declaratively manage your cloud infrastructure. (Continuous Delivery & GitOps)
- awesome-kubernetes-configuration-management - OpenTofu
README


[](https://www.bestpractices.dev/projects/10508)
[Homepage](https://opentofu.org/) | [Slack](https://opentofu.org/slack) | [Get Started](https://opentofu.org/docs/intro/install)
OpenTofu is an OSS tool for building, changing, and versioning infrastructure safely and efficiently. OpenTofu can manage existing and popular service providers as well as custom in-house solutions.
## Getting help and contributing
- Have a question?
- Post it in [GitHub Discussions](https://github.com/orgs/opentofu/discussions)
- Open a [GitHub issue](https://github.com/opentofu/opentofu/issues/new/choose)
- Join us in the [#opentofu channel on the CNCF Slack](https://opentofu.org/slack/)!
- Want to contribute?
- Please read the [Contribution Guide](CONTRIBUTING.md).
- Recurring Events
- [Community Meetings](https://meet.google.com/xfm-cgms-has) on Wednesdays at 12:30 UTC ([calendar](https://calendar.google.com/calendar/event?eid=NDg0aWl2Y3U1aHFva3N0bGhyMHBhNzdpZmsgY18zZjJkZDNjMWZlMGVmNGU5M2VmM2ZjNDU2Y2EyZGQyMTlhMmU4ZmQ4NWY2YjQwNzUwYWYxNmMzZGYzNzBiZjkzQGc))
- [Technical Steering Committee Meetings](https://meet.google.com/cry-houa-qbk) every other Tuesday at 4pm UTC ([calendar](https://calendar.google.com/calendar/u/0/event?eid=M3JyMWtuYWptdXI0Zms4ZnJpNmppcDczb3RfMjAyNTA1MjdUMTYwMDAwWiBjXzNmMmRkM2MxZmUwZWY0ZTkzZWYzZmM0NTZjYTJkZDIxOWEyZThmZDg1ZjZiNDA3NTBhZjE2YzNkZjM3MGJmOTNAZw))
> [!TIP]
> For more OpenTofu events, subscribe to the [OpenTofu Events Calendar](https://calendar.google.com/calendar/embed?src=c_3f2dd3c1fe0ef4e93ef3fc456ca2dd219a2e8fd85f6b40750af16c3df370bf93%40group.calendar.google.com)!
## Key features
- **Infrastructure as Code**: Infrastructure is described using a high-level configuration syntax. This allows a blueprint of your datacenter to be versioned and treated as you would any other code. Additionally, infrastructure can be shared and re-used.
- **Execution Plans**: OpenTofu has a "planning" step where it generates an execution plan. The execution plan shows what OpenTofu will do when you call apply. This lets you avoid any surprises when OpenTofu manipulates infrastructure.
- **Resource Graph**: OpenTofu builds a graph of all your resources, and parallelizes the creation and modification of any non-dependent resources. Because of this, OpenTofu builds infrastructure as efficiently as possible, and operators get insight into dependencies in their infrastructure.
- **Change Automation**: Complex changesets can be applied to your infrastructure with minimal human interaction. With the previously mentioned execution plan and resource graph, you know exactly what OpenTofu will change and in what order, avoiding many possible human errors.
## Nightly Builds
Nightly builds are available for testing the latest changes on `main`. These are experimental and not intended for production use. Each build is removed after 30 days.
Nightly builds can be found at `https://nightlies.opentofu.org/nightlies`. For those who want to automate with tooling, `https://nightlies.opentofu.org/nightlies/latest.json` will be kept up to date with the latest build information.
For more details, see [RELEASE.md](RELEASE.md#nightly-builds).
## Reporting security vulnerabilities
If you've found a vulnerability or a potential vulnerability in OpenTofu please follow [Security Policy](https://github.com/opentofu/opentofu/security/policy). We'll send a confirmation email to acknowledge your report, and we'll send an additional email when we've identified the issue positively or negatively.
## Reporting possible copyright issues
If you believe you have found any possible copyright or intellectual property issues, please contact liaison@opentofu.org. We'll send a confirmation email to acknowledge your report.
## Registry Access
In an effort to comply with applicable sanctions, we block access from specific countries of origin. For more details, see the [Registry Inclusion Policy](https://github.com/opentofu/registry/blob/main/POLICY.md).
## License
[Mozilla Public License v2.0](https://github.com/opentofu/opentofu/blob/main/LICENSE)