OpenTofuOrg Profile Banner
OpenTofu Profile
OpenTofu

@OpenTofuOrg

Followers
5K
Following
288
Media
22
Statuses
226

An open-source alternative to Terraform.

Joined August 2023
Don't wanna be here? Send us removal request.
@OpenTofuOrg
OpenTofu
15 days
πŸŽ‰OpenTofu 1.10.0πŸŽ‰. Biggest release yet as we hit 10M GitHub downloads!. - OCI Registry support.- Native S3 state locking (bye DynamoDB!) .- OpenTelemetry tracing .- Deprecation support for modules Β .- Enhanced moved blocks Β .- Global provider cache lock.
0
17
96
@OpenTofuOrg
OpenTofu
3 months
πŸš€ OpenTofu 1.10 alpha is here! πŸŽ‰. Key highlights:.✨ OCI Registry provider mirrors.πŸ”§ New provider functions.πŸ”’ S3 native locking.βš’οΈ Negative index support.πŸ›‘οΈ Enhanced state encryption. ⚠️Don't use it in production. Check out the blog post to learn more:
0
3
34
@OpenTofuOrg
OpenTofu
6 months
🎯 OpenTofu v1.9.0 has landed!. Main highlights, one year after our first release:.- for_each in provider configs.- New -exclude planning option. Our registry now indexes 4k+ providers & 20k+ modules, updating every 15min thanks to Cloudflare!. Details:
0
15
67
@OpenTofuOrg
OpenTofu
6 months
πŸŽ‰ OpenTofu v1.9.0-rc2 is out! πŸ”₯. Key features:.✨ for_each in provider configs.🎯 -exclude planning option. Your feedback is invaluable, so test it now: ⚠️ Not for production use.πŸ’ͺ Help us make v1.9.0 rock-solid!.
1
6
36
@OpenTofuOrg
OpenTofu
7 months
πŸŽ‰ OpenTofu v1.9.0-rc1 is here & we need YOUR help testing!. ✨ New features:.β€’ for_each in provider configs.β€’ -exclude planning option. πŸ§ͺ Give it a spin & share your feedback!.⚠️ Not for production use yet. πŸ‘‰ Get it here:. #OpenTofu #IaC #DevOps.
1
9
31
@OpenTofuOrg
OpenTofu
7 months
πŸš€ OpenTofu Day NA 2024 videos are up! πŸš€. OpenTofu Day NA 2024 was a blast; whether you attended or missed out, you can now catch all the action!. πŸ“½οΈCheck out the video playlist:
1
1
12
@OpenTofuOrg
OpenTofu
7 months
πŸš€ Join Us at OpenTofu Day 2025! πŸš€. Mark your calendars for April 1, 2025, in London, England, as we gather for OpenTofu Day. Do you have something to share? Submit your talk by Wednesday, December 4, 2024. For more details, check out this link:
0
3
11
@OpenTofuOrg
OpenTofu
8 months
JetBrains just released something special in their latest IntelliJ IDEA updateβ€”support for OpenTofu! πŸŽ‰. πŸ‘‰ Check out everything new here:
0
9
33
@OpenTofuOrg
OpenTofu
8 months
πŸš€ OpenTofu 1.9.0-alpha2 needs your input! πŸŽ‰. πŸ‘‰ The feature preview and blog post are live, so help us test and share your feedback. πŸ“ Dive into our release blog: πŸ“½οΈCheck out the OpenTofu provider for_each feature preview:
0
4
22
@OpenTofuOrg
OpenTofu
8 months
πŸš€Introducing v1.9.0-alpha1! 🌟. 🌟 Highlights:.- For_each in provider blocks 🌍.- Exclude planning option: similar functionality to target, but it specifies what resources to exclude from your plan πŸ› οΈ. πŸ—£οΈ Let us know what you think!. Full announcement:
0
7
30
@OpenTofuOrg
OpenTofu
10 months
In our latest blog post, we dive deep into: . - πŸ”§ How the OpenTofu Registry Search function works under the hood.- ⚠️ The challenges of running a public registry.- πŸ‘¨β€πŸ’» Insights from our team on how we are tackling these issues. Check the post here:
0
4
23
@OpenTofuOrg
OpenTofu
10 months
πŸš€ OpenTofu Registry Search Beta is Live! πŸš€. Provider and module docs are essential to the development process; now you can find them in a central place. πŸ“™. πŸ”— Check it out here: 🌍 Looking forward to your feedback!.
0
17
54
@OpenTofuOrg
OpenTofu
11 months
πŸš€ OpenTofu v1.8.0 stable release is out!. πŸ”„ Key features: .- πŸ› οΈ Early Variable/Locals Evaluation.- πŸ“ New .tofu File Extensions.- πŸ§ͺ Enhanced Testing Capabilities. πŸ“š Check out the release here: #OpenTofu #OpenSource.
1
29
87
@OpenTofuOrg
OpenTofu
1 year
πŸš€ We've just launched v1.8.0-rc1!. πŸ”„ Key features: .- πŸ› οΈ Early Variable/Locals Evaluation.- πŸ“ New .tofu File Extensions.- πŸ§ͺ Enhanced Testing Capabilities. πŸ“š Check out the RC here: . #OpenTofu #OpenSource.
1
14
53
@OpenTofuOrg
OpenTofu
1 year
πŸ“£πŸ“£ Last Call for Proposals for OpenTofu Day at KubeCon πŸ“£πŸ“£. πŸ”— Use this special link: πŸ“† Once again, at KubeCon we will have OpenTofu Day as a collocated event! Now's the last moment to submit your talk!. #OpenTofu #KubeCon.
0
2
8
@OpenTofuOrg
OpenTofu
1 year
πŸš€ We've just launched v1.8.0-beta1!. πŸ”„ Here is what changed since the alpha: .- πŸ“„ Static variables are now handled correctly .- πŸ§ͺ tofu testΒ now supports mocking entire provider definitions. πŸ“š Read the blog for more details: #OpenTofu #OpenSource.
1
4
38
@OpenTofuOrg
OpenTofu
1 year
πŸš€ The OpenTofu 1.8 alpha version supports .tofu files. πŸ“½οΈ Check out this video to learn what are the use cases, how this works, and what files are supported:Β  #OpenTofu #OpenSource #DevOps.
0
6
15
@OpenTofuOrg
OpenTofu
1 year
πŸš€ Early static evaluation of variables is here and it allows you to read variables during the tofu init command, enabling seamless passing of variables to your backend configuration, module sources, and more. πŸ“½οΈ Learn more: #OpenTofu #OpenSource.
0
5
8
@OpenTofuOrg
OpenTofu
1 year
πŸ› Your feedback on this alpha is vital! Help us perfect OpenTofu by testing in a non-production environment and reporting your findings. Also, make sure to join our community Slack if you haven't already:
0
0
1
@OpenTofuOrg
OpenTofu
1 year
New in 1.8.0-alpha1:. πŸ’‘Early Variable/Locals Evaluation! Use variables in backends, module sources, and encryption configurations!. πŸ“ Introducing .tofu file extensions for better compatibility with Terraform, and enhanced tofu test commands for more robust testing scenarios!.
1
0
1