Question 76
You cannot publish your own modules on the Terraform Registry.
Question 77
You have multiple developers working on a terraform project (using terraform OSS), and have saved the terraform state in a remote S3 bucket . However ,team is intermittently experiencing inconsistencies in the provisioned infrastructure / failure in the code . You have traced this problem to simultaneous/concurrent runs of terraform apply command for 2/more developers . What can you do to fix this problem?
Question 78
Select the operating systems which are supported for a clustered Terraform Enterprise: (select four)
Question 79
If you enable TF_LOG = DEBUG, the log will be stored in syslog.log file in the currect directory.
Question 80
Which of the following value will be accepted for my_var?
1. variable "my_var"
2. {
3. type = string
4. }
