HashiCorp Certified: Terraform Associate — Question 79
Terraform provisioners that require authentication can use the ______ block.
Answer options
- A. connection
- B. credentials
- C. secrets
- D. ssh
Correct answer: A
Explanation
The correct answer is A, 'connection', which specifies the parameters needed for the connection, including authentication details. The other options do not represent blocks used in Terraform for establishing connections or managing authentication.