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

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

What value does the Terraform Cloud/Terraform Enterprise private module registry provide over the public Terraform Module Registry?

  • A. The ability to share modules with public Terraform users and members of Terraform Enterprise Organizations
  • B. The ability to tag modules by version or release
  • C. The ability to restrict modules to members of Terraform Cloud or Enterprise organizations
  • D. The ability to share modules publicly with any user of Terraform
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
vitasac
Highly Voted 2 years, 6 months ago
Selected Answer: C
for sure C
upvoted 17 times
...
tipzzz
Highly Voted 2 years, 7 months ago
Selected Answer: C
Terraform Cloud's private registry works similarly to the public Terraform Registry and helps you share Terraform providers and Terraform modules across your organization. It includes support for versioning and a searchable list of available providers and modules.
upvoted 10 times
...
anand0310
Most Recent 2 months, 3 weeks ago
Selected Answer: C
Private registry is meant for restricting access to just the organization's teams
upvoted 1 times
...
hoangphan
9 months, 3 weeks ago
Selected Answer: C
of course C
upvoted 1 times
...
samimshaikh
10 months, 4 weeks ago
Selected Answer: C
the question has the word private registry "over" the public C. The ability to restrict modules to members of Terraform Cloud or Enterprise organizations The Terraform Cloud/Terraform Enterprise private module registry provides the ability to restrict modules to members of specific Terraform Cloud or Enterprise organizations. This allows organizations to control access to and usage of modules, keeping them private within the organization. Option C correctly describes this capability.
upvoted 1 times
...
Yhorm
1 year ago
sometime I wonder whether whomever picked the 'correct' answers just picked an alternative at random
upvoted 4 times
...
Bere
1 year, 3 months ago
Selected Answer: C
The private module registry in Terraform Cloud and Terraform Enterprise is a way to distribute Terraform modules within your organization. The public Terraform Module Registry, on the other hand, is open to everyone. Here is an example of how you might use a module from a private module registry: module "vpc" { source = "app.terraform.io/example_corp/vpc/aws" version = "1.0.0" // ...other arguments... } Here is an example of how you might use a module from the public Terraform Module Registry: module "vpc" { source = "terraform-aws-modules/vpc/aws" version = "2.77.0" // ...other arguments... }
upvoted 5 times
...
Shane_C
1 year, 4 months ago
Selected Answer: C
Come on guys, it's C
upvoted 2 times
...
Ni33
1 year, 6 months ago
Selected Answer: C
C is the correct answer
upvoted 1 times
...
Faaizz
1 year, 7 months ago
Selected Answer: C
Only C makes sense here
upvoted 1 times
...
camps
1 year, 7 months ago
Selected Answer: C
C. The ability to restrict modules to members of Terraform Cloud or Enterprise organizations. The private module registry in Terraform Cloud/Terraform Enterprise provides an additional level of control and security over the public Terraform Module Registry. Unlike the public registry, the private registry allows organizations to restrict module access to only members of their Terraform Cloud or Enterprise organization. This ensures that sensitive infrastructure code is not accidentally or intentionally shared with unauthorized users.
upvoted 6 times
...
camps
1 year, 7 months ago
Selected Answer: C
C. The ability to restrict modules to members of Terraform Cloud or Enterprise organizations. The Terraform Module Registry is a public repository of Terraform modules that can be used by anyone using Terraform. The Terraform Cloud/Terraform Enterprise private module registry provides additional functionality for organizations that want to create and manage their own private modules. The private module registry provides several benefits over the public Terraform Module Registry, including: The ability to restrict modules to members of Terraform Cloud or Enterprise organizations: This allows organizations to control who has access to their private modules and prevent unauthorized access. The ability to tag modules by version or release: This makes it easy to manage and track changes to modules over time. The ability to manage module dependencies: This allows organizations to manage and version the dependencies of their private modules. Integration with Terraform Cloud or Enterprise workspaces: This allows organizations to seamlessly use their private modules in their Terraform Cloud or Enterprise workspaces.
upvoted 3 times
...
Power123
1 year, 7 months ago
Answer is C
upvoted 1 times
...
alexsandroe
1 year, 9 months ago
Selected Answer: C
C is correct
upvoted 1 times
...
Bere
1 year, 11 months ago
Selected Answer: C
https://developer.hashicorp.com/terraform/cloud-docs/registry Private Registry Terraform Cloud's private registry works similarly to the public Terraform Registry and helps you share Terraform providers and Terraform modules across your organization. It includes support for versioning and a searchable list of available providers and modules. https://developer.hashicorp.com/terraform/cloud-docs/registry#private-providers-and-modules Private Providers and Modules Private providers and private modules are hosted on an organization's private registry and are only available to members of that organization. In Terraform Enterprise, private modules are also available to other organizations that are configured to share modules with that organization.
upvoted 3 times
...
mendelthegreat
2 years ago
C is the correct answer DUH
upvoted 1 times
...
legendary7
2 years, 1 month ago
C - is the correct answer. D- is simply the advantage of Public registry over Private registry. It is the opposite of what the question asks
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 ...