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 239 discussion

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

Before you can use Terraform’s remote backend, you must first execute terraform init.

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

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Jhaggar
1 year, 6 months ago
Selected Answer: A
This command initializes a working directory containing Terraform configuration files, downloads provider plugins and sets up the backend for state storage. If the configuration files have changed, terraform init will also perform an update of the required provider plugins.
upvoted 3 times
...
zanhsieh
1 year, 6 months ago
NEW QUESTION - While calling terraform validate, it will call the provider APIs to validate the code. A. True B. False I think it shall be A, although I got it wrong in the exam.
upvoted 2 times
Foram31
1 year, 5 months ago
terraform validate command validates the configuration files in a directory, referring only to the configuration and not accessing any remote services such as remote state, provider APIs, etc.
upvoted 5 times
...
...
FawadK
1 year, 6 months ago
Selected Answer: A
It's A. True
upvoted 1 times
...
Oleg_gol
1 year, 6 months ago
Selected Answer: A
A. True
upvoted 1 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 ...