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
The provider network mirror protocol is implemented by a server intending to provide a mirror or read-through caching proxy for OpenTofu providers, as an alternative distribution source from the provider's origin provider registry.| opentofu.org
Credentials helpers are external programs that know how to store and retrieve API tokens for remote OpenTofu services.| opentofu.org
Use OCI registries as an alternative installation source for OpenTofu providers| opentofu.org
Central configuration of credentials for use when interacting with OCI Registries.| opentofu.org
Learn to use environment variables to change OpenTofu's default behavior. Configure log content and output, set variables, and more.| opentofu.org
The source argument tells OpenTofu where to find child modules's configurations in locations like GitHub, the OpenTofu Registry, Bitbucket, Git, Mercurial, S3, and GCS.| opentofu.org
The tofu init command initializes a working directory containing configuration files and installs plugins for required providers.| opentofu.org
An introduction to the tofu command and its available subcommands.| opentofu.org
OpenTofu uses the dependency lock file .terraform.lock.hcl to track and select provider versions. Learn about dependency installation and lock file changes.| opentofu.org