mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Remove Terraform mentions in docs in the codebase (#713)
This commit is contained in:
@@ -6,7 +6,7 @@ description: A module is a container for multiple resources that are used togeth
|
||||
|
||||
If you've built a module that you intend to be reused, we recommend
|
||||
[publishing the module](/docs/registry/modules/publish) on the
|
||||
[Public Terraform Registry](https://registry.terraform.io). This will version
|
||||
[Public OpenTofu Registry](https://registry.opentofu.org). This will version
|
||||
your module, generate documentation, and more.
|
||||
|
||||
Published modules can be easily consumed by OpenTofu, and users can
|
||||
|
||||
@@ -88,7 +88,7 @@ A module registry is the native way of distributing modules for use
|
||||
across multiple configurations, using an OpenTofu-specific protocol that
|
||||
has full support for module versioning.
|
||||
|
||||
The [Public Terraform Registry](https://registry.terraform.io/) is an index of modules
|
||||
The [Public OpenTofu Registry](https://registry.opentofu.org/) is an index of modules
|
||||
shared publicly using this protocol. This public registry is the easiest way
|
||||
to get started with OpenTofu and find modules created by others in the
|
||||
community.
|
||||
|
||||
@@ -98,7 +98,7 @@ constraint; if no acceptable versions are installed, it will download the newest
|
||||
version that meets the constraint.
|
||||
|
||||
Version constraints are supported only for modules installed from a module
|
||||
registry, such as the [Public Terraform Registry](https://registry.terraform.io/)
|
||||
registry, such as the [Public OpenTofu Registry](https://registry.opentofu.org/)
|
||||
or any TACOS (TF Automation and Collaboration Software) private modules registry.
|
||||
Other module sources can provide their own versioning mechanisms within the
|
||||
source string itself, or might not support versions at all. In particular,
|
||||
|
||||
Reference in New Issue
Block a user