Question 61
What is the result of the following terraform function call?
Question 62
You have created two workspaces PROD and DEV. You have switched to DEV and provisioned DEV infrastructure from this workspace. Where is your state file stored?
Question 63
Which of these is the best practice to protect sensitive values in state files?
Question 64
You have already set TF_LOG = DEBUG to enable debug log. Now you want to always write the log to the directory you're currently running terraform from. what should you do to achieve this.
Question 65
Which of the following value will be accepted for my_var?
1. variable "my_var"
2. {
3. type = string
4. }
1. variable "my_var"
2. {
3. type = string
4. }
