31 Correct Answer: A 32 Correct Answer: A Most provisioners require access to the remote resource via SSH or WinRM, and expect a nested connection block with details about how to connect. Reference: https://www.terraform.io/docs/language/resources/provisioners/connection.html 33 Correct Answer: B 34 Correct Answer: D The local backend stores state on the local filesystem, locks that state using system APIs, and performs […]
HashiCorp Terraform Associate Exam Actual Questions-007問題集
31 Which of the following is the correct way to pass the value in the variable num_servers into a module with the input servers? A. servers = num_servers B. servers = variable.num_servers C. servers = var(num_servers) D. servers = var.num_servers 32 A Terraform provisioner must be nested inside a resource configuration block. A. True B. False 33 Terraform can run on […]
HashiCorp Terraform Associate Exam Actual Questions-006問題集
26 When should you use the force-unlock command? A. You see a status message that you cannot acquire the lock B. You have a high priority change C. Automatic unlocking failed D. You apply failed due to a state lock 27 Terraform can import modules from a number of sources `” which of the following is not a valid […]