Skip to content

Commit ccfbfad

Browse files
c-lonasivanrivaldi191
authored andcommitted
improved readability in terraform topic README (bregman-arie#395)
1 parent 08f96aa commit ccfbfad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

topics/terraform/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ False. You can specify any provider from any URL, not only those from hashicorp.
359359
#### Input Variables
360360

361361
<details>
362-
<summary>What input variables are good for in Terraform?</summary><br><b>
362+
<summary>What are input variables good for in Terraform?</summary><br><b>
363363

364364
Variables allow you define piece of data in one location instead of repeating the hardcoded value of it in multiple different locations. Then when you need to modify the variable's value, you do it in one location instead of changing each one of the hardcoded values.
365365
</b></details>
@@ -1874,4 +1874,4 @@ If it's a matter of changing a resource name, you could make use of `terraform s
18741874

18751875
Use the meta-argument `depends_on` in the app resource definition. This way the app will depend on the cluster resource and order will be maintained in creation of the resources.
18761876

1877-
</b></details>
1877+
</b></details>

0 commit comments

Comments
 (0)