Question 41
You have decided to create a new Terraform workspace to deploy a development environment. What is different about this workspace?
Question 42
Terraform works well in Windows but a Windows server is required.
Question 43
Where does the Terraform local backend store its state?
Question 44
Which of the following statements best describes the Terraform list(...) type?
Question 45
Mary has created a database instance in AWS and for ease of use is outputting the value of the database password with the following code:
1. output "db_password"
2. {
3. value = local.db_password
4. }
Mary wants to hide the output value in the CLI after terraform apply? What is the best way?
