nerdexam
HashiCorp

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…

Understand Terraform Cloud capabilities

Question

Which method for sharing Terraform configurations fulfills the following criteria: 1. Keeps the configurations confidential within your organization 2. Support Terraform's semantic version constrains 3. Provides a browsable directory

Options

  • ASubfolder within a workspace
  • BGeneric git repository
  • CTerraform Cloud private registry
  • DPublic Terraform module registry

How the community answered

(38 responses)
  • A
    3% (1)
  • B
    8% (3)
  • C
    76% (29)
  • D
    13% (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

#Terraform Cloud private registry#module sharing#access control#versioning

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-003 Practice