Question 81
When using remote state, state is only ever held in memory when used by Terraform.
Question 82
Setting the TF_LOG environment variable to DEBUG causes debug messages to be logged into syslog.
Question 83
Which of the following Terraform files should be ignored by Git when committing code to a repo? (select Three)
Question 84
You have created an AWS EC2 instance of type t2.micro through your terraform configuration file ec2.tf .
Now you want to change the instance type from t2.micro to t2.medium. Accordingly you have changed your configuration file and and ran terraform plan. After running terraform plan you check the output and saw one instance will be updated from t2.micro --> t2.medium. After this you went to grab a coffee without running terraform apply and meanwhile a member of your team changed the instance type of that EC2 instance to t2.medium from aws console. After coming to your desk you run terraform apply. What will happen?
Question 85
Which of the following command can be used to view the specified version constraints for all providers used in the current configuration.
