Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Terraform Associate All Questions

View all questions & answers for the Terraform Associate exam

Exam Terraform Associate topic 1 question 188 discussion

Actual exam question from HashiCorp's Terraform Associate
Question #: 188
Topic #: 1
[All Terraform Associate Questions]

You cannot install third party plugins using terraform init.

  • A. True
  • B. False
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Uma10
Highly Voted 2 years, 2 months ago
Selected Answer: B
The provided answer is correct. For providers that are published in either the public Terraform Registry or in a third-party provider registry, terraform init will automatically find, download, and install the necessary provider plugins. Source: https://www.terraform.io/cli/commands/init
upvoted 6 times
...
Burakko
Highly Voted 2 years, 2 months ago
Selected Answer: B
In June at HashiConf digital we announced the beta version of HashiCorp Terraform 0.13. Many of the improvements in Terraform 0.13 focus on the diverse, rapidly-growing collection of official, partner, and community providers. With Terraform 0.13, terraform init will automatically download and install partner and community providers in the HashiCorp Terraform Registry, following the same clear workflow as HashiCorp-supported official providers. These improvements to the ecosystem will benefit Terraform users and provider developers alike.
upvoted 6 times
...
090200f
Most Recent 3 months, 4 weeks ago
Selected Answer: B
we can install 3rd party plug-ins
upvoted 1 times
...
camps
1 year, 7 months ago
Selected Answer: B
B. False Terraform does support installing third-party plugins, but the process is not as straightforward as it is for official providers. Starting with Terraform 0.13, you can install third-party providers using the terraform init command if you have properly configured the required_provider block and set up the provider source.
upvoted 1 times
...
depal_dhir
2 years, 2 months ago
Selected Answer: B
https://www.terraform.io/cli/commands/init
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...