diff --git a/topics/terraform/README.md b/topics/terraform/README.md index a29f0cc2c..e52e3fc47 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 +