Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

HashiCorp Exam Terraform-Associate-003 Topic 1 Question 11 Discussion

Actual exam question for HashiCorp's Terraform-Associate-003 exam
Question #: 11
Topic #: 1
[All Terraform-Associate-003 Questions]

Which of these commands makes your code more human readable?

Show Suggested Answer Hide Answer
Suggested Answer: A

The module source path that does not specify a remote module issource = 'module/consul'. This specifies a local module, which is a module that is stored in a subdirectory of the current working directory. The other options are all examples of remote modules, which are modules that are stored outside of the current working directory and can be accessed by various protocols, such as Git, HTTP, or the Terraform Registry. Remote modules are useful for sharing and reusing code across different configurations and environments.Reference= [Module Sources], [Local Paths], [Terraform Registry], [Generic Git Repository], [GitHub]


Contribute your Thoughts:

Maryrose
1 days ago
I prefer B) Terraform output, it helps in displaying important information clearly.
upvoted 0 times
...
Stefan
5 days ago
I agree with Nakita, Terraform fmt helps in formatting the code nicely.
upvoted 0 times
...
Raylene
9 days ago
Definitely Terraform fmt - it makes my code look so much nicer and organized. Readable code is the way to go!
upvoted 0 times
...
Nakita
12 days ago
I think D) Terraform fmt makes the code more readable.
upvoted 0 times
...

Save Cancel