feat: kb article for opentofu

This commit is contained in:
Michele Cereda
2024-01-16 18:01:16 +01:00
parent d8d06101b9
commit f8ef3aef8c
2 changed files with 116 additions and 3 deletions

View File

@@ -288,6 +288,7 @@ eval "export $(sed -E 's/([[:graph:]]+)[[:blank:]]*=[[:blank:]]*([[:graph:]]+)/T
- [References to Named Values]
- [Environment Variables]
- [Forcing Re-creation of Resources]
- [OpenTofu]
## Sources
@@ -301,6 +302,12 @@ All the references in the [further readings] section, plus the following:
References
-->
<!-- In-article sections -->
[further readings]: #further-readings
<!-- Knowledge base -->
[opentofu]: opentofu.md
<!-- Upstream -->
[cli documentation]: https://www.terraform.io/docs/cli/
[environment variables]: https://www.terraform.io/cli/config/environment-variables
@@ -310,9 +317,6 @@ All the references in the [further readings] section, plus the following:
[version constraints]: https://www.terraform.io/language/expressions/version-constraints
[website]: https://www.terraform.io
<!-- In-article sections -->
[further readings]: #further-readings
<!-- Others -->
[azure provider]: https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs
[conditional creation of a resource based on a variable in .tfvars]: https://stackoverflow.com/questions/60231309/terraform-conditional-creation-of-a-resource-based-on-a-variable-in-tfvars