HashiCorp Certified: Terraform Associate — Question 51

Terraform provisioners can be added to any resource block.

Answer options

Correct answer: A

Explanation

The correct answer is True, as Terraform provisioners are designed to be utilized within any resource block to execute scripts or commands on the created resources. The option False is incorrect because it implies that provisioners have limitations on where they can be applied, which is not true.