Remove Terraform mentions in docs in the codebase (#713)

This commit is contained in:
RLRabinowitz
2023-10-12 14:11:01 +03:00
committed by GitHub
parent 8967cdcee7
commit 1b9148a3de
21 changed files with 77 additions and 79 deletions

View File

@@ -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

View File

@@ -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.

View File

@@ -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,