Question 111
You should store secret data in the same version control repository as your Terraform configuration.
Question 112
Which argument(s) are required when declaring a Terraform variable?
Question 113
What does the command terraform fmt do?
Question 114
Once a resource is marked as tainted, the next plan will show that the resource will be _________ and ___________ and the next apply will implement this change.
Question 115
Which Terraform command will check and report errors within modules, attribute names, and value types to make sure they are syntactically valid and internally consistent?
