TERRAFORM-ASSOCIATE-003 · Question #49
Which method for sharing Terraform configurations fulfills the following criteria: 1. Keeps the configurations confidential within your organization 2. Support Terraform's semantic version…
The correct answer is C. Terraform Cloud private registry. This is the method for sharing Terraform configurations that fulfills the following criteria: - Keeps the configurations confidential within your organization - Supports Terraform's semantic version constraints - Provides a browsable directory The Terraform Cloud private…
Question
Options
- ASubfolder within a workspace
- BGeneric git repository
- CTerraform Cloud private registry
- DPublic Terraform module registry
How the community answered
(38 responses)- A3% (1)
- B8% (3)
- C76% (29)
- D13% (5)
Explanation
This is the method for sharing Terraform configurations that fulfills the following criteria: - Keeps the configurations confidential within your organization - Supports Terraform's semantic version constraints - Provides a browsable directory The Terraform Cloud private registry is a feature of Terraform Cloud that allows you to host and manage your own modules within your organization, and use them in your Terraform configurations with versioning and access control.
Topics
Community Discussion
No community discussion yet for this question.