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>