Skip to content
Snippets Groups Projects
Unverified Commit d094dfdb authored by Jasper Ben Orschulko's avatar Jasper Ben Orschulko Committed by GitHub
Browse files

docs: update docs on opentofu usage (#34162)

parent 9663fb03
No related branches found
No related tags found
No related merge requests found
### Terraform vs OpenTofu
Renovate can not know if you want to use the Terraform or OpenTofu registry.
By default, Renovate uses the Terraform registry (`registry.terraform.io`) for providers _without_ a registry definition.
By default, Renovate uses the Terraform registry (`registry.terraform.io`) for providers and modules _without_ a registry definition.
You can override this default with your own `packageRules`, for example:
......@@ -9,7 +9,7 @@ You can override this default with your own `packageRules`, for example:
{
"packageRules": [
{
"matchDatasources": ["terraform-provider"],
"matchDatasources": ["terraform-provider", "terraform-module"],
"registryUrls": ["https://registry.opentofu.org"]
}
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment