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

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

Open source Terraform can only import publicly-accessible and open-source modules.

  • 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
Terraform can load modules from a public or private registry. This makes it possible to publish modules for others to use, and to use modules that others have published. Also, members of your organization might produce modules specifically crafted for your own infrastructure needs. Terraform Cloud and Terraform Enterprise both include a private module registry for sharing modules internally within your organization. Source: https://www.terraform.io/language/modules
upvoted 12 times
...
TafMuko
Most Recent 1 year, 4 months ago
Selected Answer: A
https://www.hashicorp.com/resources/why-consider-terraform-enterprise-over-open-source
upvoted 1 times
...
Jhaggar
1 year, 6 months ago
Selected Answer: B
False as it can be from anywhere
upvoted 1 times
...
pyro7
1 year, 9 months ago
The Correct answer is B
upvoted 1 times
...
princajen
1 year, 9 months ago
Selected Answer: B
B. False. Open source Terraform can import both publicly-accessible and private modules from various sources, including Terraform Registry, GitHub, GitLab, Bitbucket, and others. However, the support for private modules is limited in the open source version, while it's fully supported in Terraform Enterprise.
upvoted 2 times
...
wanrltw
1 year, 11 months ago
Selected Answer: A
It's A! Don't confuse Terraform Open Source with Cloud/Enterprise. https://developer.hashicorp.com/terraform/intro/terraform-editions https://www.hashicorp.com/resources/why-consider-terraform-enterprise-over-open-source
upvoted 2 times
robertninho
1 year, 10 months ago
module "suvpc" { source = "git::https://user:[email protected]/example/vpc.git" }
upvoted 3 times
...
...
waldonuts
2 years, 2 months ago
Selected Answer: B
Private repo for custom modules.
upvoted 1 times
...
duffyduck
2 years, 2 months ago
Published Modules In addition to modules from the local filesystem, Terraform can load modules from a public or private registry. This makes it possible to publish modules for others to use, and to use modules that others have published. The Terraform Registry hosts a broad collection of publicly available Terraform modules for configuring many kinds of common infrastructure. These modules are free to use, and Terraform can download them automatically if you specify the appropriate source and version in a module call block. Also, members of your organization might produce modules specifically crafted for your own infrastructure needs. Terraform Cloud and Terraform Enterprise both include a private module registry for sharing modules internally within your organization. Answer is B
upvoted 3 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 ...