diff --git a/topics/terraform/README.md b/topics/terraform/README.md index 38c9bd6..1f01fd5 100644 --- a/topics/terraform/README.md +++ b/topics/terraform/README.md @@ -359,7 +359,7 @@ False. You can specify any provider from any URL, not only those from hashicorp. #### Input Variables
-What input variables are good for in Terraform?
+What are input variables good for in Terraform?
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.
@@ -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. - \ No newline at end of file +