improved readability in terraform topic README (#395)

This commit is contained in:
battery 2024-02-02 08:19:16 -05:00 committed by GitHub
parent 971941d253
commit 89f982b2b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -359,7 +359,7 @@ False. You can specify any provider from any URL, not only those from hashicorp.
#### Input Variables
<details>
<summary>What input variables are good for in Terraform?</summary><br><b>
<summary>What are input variables good for in Terraform?</summary><br><b>
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.
</b></details>
@ -1874,4 +1874,4 @@ If it's a matter of changing a resource name, you could make use of `terraform s
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.
</b></details>
</b></details>