HashiCorp Certified: Terraform Associate — Question 291

You cannot install third party plugins using terraform init.

Answer options

Correct answer: B

Explanation

The correct answer is B because Terraform allows the installation of third-party plugins when initializing a configuration with the 'terraform init' command. Option A is incorrect as it implies that third-party plugins cannot be installed, which is not the case.