> ## Documentation Index
> Fetch the complete documentation index at: https://notes.kodekloud.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Roadmap for OpenTofu development

> OpenTofu’s development roadmap outlines upcoming releases, planned features, enhancements, and bug fixes organized by milestones on GitHub.

OpenTofu’s development roadmap is maintained on GitHub under **Issues › Milestones**. This central hub offers:

* A clear timeline of upcoming releases
* Planned features, enhancements, and bug fixes

Each milestone aligns with a specific version, grouping related issues—bugs, features, and larger initiatives—into one place.

<Callout icon="lightbulb" color="#1CB2FE">
  You can always view the full roadmap on GitHub:\
  [OpenTofu GitHub Milestones](https://github.com/opentofu/opentofu/issues/milestones)
</Callout>

## Milestone Structure

Milestones in OpenTofu follow a consistent structure to help contributors and users track progress:

| Component              | Description                                                                           |
| ---------------------- | ------------------------------------------------------------------------------------- |
| Version-based grouping | Organized by release version (e.g., `1.7.0`, `1.8.0`, etc.).                          |
| Issue tracking         | Issues within each milestone are labeled by type (`bug`, `enhancement`) and priority. |

## Example: Version 1.7.0

The **1.7.0** milestone highlights several high-impact items:

* **State encryption**: Encrypts Terraform state files at rest for enhanced security.
* Bug fixes and performance improvements marked as high priority.
* Smaller enhancements to streamline workflow and CLI feedback.

## How to Contribute

OpenTofu thrives on community involvement. You can help by:

* Submitting or commenting on [issues](https://github.com/opentofu/opentofu/issues)
* Opening pull requests with code improvements or documentation updates
* Suggesting new features directly in the Milestones section

<Callout icon="triangle-alert" color="#FF6B6B">
  Ensure your pull request follows the [OpenTofu CONTRIBUTING guide](https://github.com/opentofu/opentofu/blob/main/CONTRIBUTING.md) and passes all CI checks before submission.
</Callout>

Every contribution—big or small—drives OpenTofu forward. Thank you for helping shape the future of this project!

## Links and References

* [OpenTofu GitHub Milestones](https://github.com/opentofu/opentofu/issues/milestones)
* [OpenTofu Contributing Guide](https://github.com/opentofu/opentofu/blob/main/CONTRIBUTING.md)
* [Terraform State Documentation](https://www.terraform.io/docs/state/index.html)

<CardGroup>
  <Card title="Watch Video" icon="video" cta="Learn more" href="https://learn.kodekloud.com/user/courses/opentofu-a-beginners-guide-to-a-terraform-fork-including-migration-from-terraform/module/5a06d90f-8a8a-49a9-99d6-30b70e37bc83/lesson/ee803549-505f-4f0e-846c-4c6992441cb3" />
</CardGroup>
