Exam Terraform Associate All QuestionsBrowse all questions from this exam
Question 220

Which method for sharing Terraform configurations keeps them confidential within your organization, supports Terraform’s semantic version constraints, and provides a browsable directory?

    Correct Answer: B

    The Terraform Cloud/Terraform Enterprise private module registry allows organizations to store and share Terraform configurations in a private and secure manner. This method ensures the configurations are kept confidential within the organization, supports semantic version constraints of Terraform, and offers a browsable directory for easy navigation and access.

Discussion
SilentMilliOption: B

The Terraform Cloud/Terraform Enterprise private module registry allows organizations to store and share Terraform configurations in a private and secure way. This method keeps the configurations confidential within your organization, supports Terraform's semantic version constraints, and provides a browsable directory.