From bf940d9a4654fce28319b9ebb8aed6f117d6ce42 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Sat, 22 Apr 2023 14:19:40 +0200 Subject: [PATCH] chore: fixed sections and look --- knowledge base/terraform.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/knowledge base/terraform.md b/knowledge base/terraform.md index abb10eb..3959606 100644 --- a/knowledge base/terraform.md +++ b/knowledge base/terraform.md @@ -279,6 +279,7 @@ eval "export $(sed -E 's/([[:graph:]]+)[[:blank:]]*=[[:blank:]]*([[:graph:]]+)/T ## Further readings +- [Website] - [CLI Documentation] - [Providers best practices] - [Version constraints] @@ -286,18 +287,27 @@ eval "export $(sed -E 's/([[:graph:]]+)[[:blank:]]*=[[:blank:]]*([[:graph:]]+)/T - [Environment Variables] - [Forcing Re-creation of Resources] +## Sources + +All the references in the [further readings] section, plus the following: + +- [for_each vs count] +- [Azure Provider] +- [Conditional creation of a resource based on a variable in .tfvars] + + [cli documentation]: https://www.terraform.io/docs/cli/ [environment variables]: https://www.terraform.io/cli/config/environment-variables [forcing re-creation of resources]: https://www.terraform.io/cli/state/taint [providers best practices]: https://www.terraform.io/language/providers/requirements#best-practices-for-provider-versions [references to named values]: https://www.terraform.io/language/expressions/references [version constraints]: https://www.terraform.io/language/expressions/version-constraints +[website]: https://www.terraform.io -## Sources + +[further readings]: #further-readings -- [for_each vs count] -- [Azure Provider] -- [Conditional creation of a resource based on a variable in .tfvars] + [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