Providers are plugins that allow OpenTofu to interact with services, cloud providers, and other APIs. Learn how to declare providers in a configuration.| opentofu.org
Use the `backend` block to control where OpenTofu stores state. Learn about the available state backends, the backend block, initializing backends, partial backend configuration, changing backend configuration, and unconfiguring a backend.| opentofu.org
Modules are containers for multiple resources that are used together in a configuration. Find resources for using, developing, and publishing modules.| opentofu.org
Version constraint strings specify a range of acceptable versions for modules, providers, and OpenTofu itself. Learn version constraint syntax and behavior.| opentofu.org