mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fixes some of the links for the TACOS docs (#1862)
Signed-off-by: Andrew Hayes <andrew.hayes@harness.io>
This commit is contained in:
parent
884410e63a
commit
d2b603c8b2
@ -95,7 +95,7 @@ community.
|
||||
|
||||
You can also use a
|
||||
[private registry](../../internals/module-registry-protocol.mdx), either
|
||||
via [TACOS](../../../intro/tacos.mdx) (TF Automation and Collaboration Software), or by running a custom
|
||||
via [TACOS](../../intro/tacos.mdx) (TF Automation and Collaboration Software), or by running a custom
|
||||
service that implements
|
||||
[the module registry protocol](../../internals/module-registry-protocol.mdx).
|
||||
|
||||
@ -135,7 +135,7 @@ You can learn more about the registry at the
|
||||
To access modules from a private registry, you may need to configure an access
|
||||
token [in the CLI config](../../cli/config/config-file.mdx#credentials). Use the
|
||||
same hostname as used in the module source string. For a private registry
|
||||
within [TACOS](../../../intro/tacos.mdx) (TF Automation and Collaboration Software), use the same authentication token as you would
|
||||
within [TACOS](../../intro/tacos.mdx) (TF Automation and Collaboration Software), use the same authentication token as you would
|
||||
use with the API or command-line clients.
|
||||
|
||||
## GitHub
|
||||
|
@ -98,7 +98,7 @@ version that meets the constraint.
|
||||
|
||||
Version constraints are supported only for modules installed from a module
|
||||
registry, such as the [Public OpenTofu Registry](https://registry.opentofu.org/)
|
||||
or any [TACOS](../../../intro/tacos.mdx) (TF Automation and Collaboration Software) private modules registry.
|
||||
or any [TACOS](../../intro/tacos.mdx) (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,
|
||||
modules sourced from local file paths do not support `version`; since
|
||||
|
Loading…
Reference in New Issue
Block a user