mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
feat: kb article for opentofu
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user