You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: topics/terraform/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@
84
84
<details>
85
85
<summary>What language does Terraform uses?</summary><br><b>
86
86
87
-
A DSL called "HCL" (Hashiciorp Configuration Language). A declarative language for defining infrastructure.
87
+
A DSL called "HCL" (Hashicorp Configuration Language). A declarative language for defining infrastructure.
88
88
89
89
</b></details>
90
90
@@ -1559,4 +1559,4 @@ Using variables might not be a good solution because some things shouldn't be ex
1559
1559
<summary>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?</summary><br><b>
1560
1560
1561
1561
Instead of defining tags at resource level, consider using `default_tags` as part of the provider configuration.
0 commit comments