Posted by: Pdfprep
Post Date: March 6, 2021
What feature of Terraform Cloud and/or Terraform Enterprise can you publish and maintain a set of custom modules which can be used within your organization?
A . custom VCS integration
B . remote runs
C . private module registry
D . Terraform registry
Answer: C
Explanation:
You can use modules from a private registry, like the one provided by Terraform Cloud. Private registry modules have source strings of the form <HOSTNAME>/<NAMESPACE>/<NAME>/<PROVIDER>. This is the same format as the public registry, but with an added hostname prefix.
Leave a Reply