From 2eed0da5d9ba4ecbcf75003401c6d114522a9d00 Mon Sep 17 00:00:00 2001 From: Alexandre Espinosa Menor Date: Sun, 6 Nov 2022 08:57:47 +0100 Subject: [PATCH] s/Hashiciorp/Hashicorp/ (#308) --- topics/terraform/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/terraform/README.md b/topics/terraform/README.md index a29f0cc..e52e3fc 100644 --- a/topics/terraform/README.md +++ b/topics/terraform/README.md @@ -84,7 +84,7 @@
What language does Terraform uses?
-A DSL called "HCL" (Hashiciorp Configuration Language). A declarative language for defining infrastructure. +A DSL called "HCL" (Hashicorp Configuration Language). A declarative language for defining infrastructure.
@@ -1559,4 +1559,4 @@ Using variables might not be a good solution because some things shouldn't be ex Every time there is a change in tags standards (for example your team decided to change one of the tags' name) you find yourself changing tags in multiple files and you find the process quite tedious. What can be done about it?
Instead of defining tags at resource level, consider using `default_tags` as part of the provider configuration. - \ No newline at end of file +