Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
renovate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
Renovate Bot
renovate
Commits
d094dfdb
Unverified
Commit
d094dfdb
authored
1 month ago
by
Jasper Ben Orschulko
Committed by
GitHub
1 month ago
Browse files
Options
Downloads
Patches
Plain Diff
docs: update docs on opentofu usage (#34162)
Signed-off-by:
Jasper Orschulko
<
jasper@fancydomain.eu
>
parent
9663fb03
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/modules/manager/terraform/readme.md
+2
-2
2 additions, 2 deletions
lib/modules/manager/terraform/readme.md
with
2 additions
and
2 deletions
lib/modules/manager/terraform/readme.md
+
2
−
2
View file @
d094dfdb
### 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"]
}
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment