Terraform Associate Exam QuestionsBrowse all questions from this exam

Terraform Associate Exam - Question 178


Which of the following locations can Terraform use as a private source for modules? (Choose two.)

Show Answer
Correct Answer:

Terraform supports using various locations as private sources for modules. An internally hosted Source Control Manager (SCM) platform such as GitLab or Bitbucket can be configured to provide private access to modules within an organization's network. Similarly, a private repository on GitHub can also be used as a source for private modules, allowing organizations to manage and use their own custom modules securely.

Discussion

5 comments
Sign in to comment
keiffo2
Sep 6, 2022

I'd agree with A & C

dani88ge
Sep 14, 2022

me too

dani88ge
Sep 14, 2022

me too

DcintelOptions: AC
Sep 18, 2022

AC for me

ZeppoonstreamOptions: AC
Jan 20, 2023

A. Internally hosted SCM (Source Control Manager) platform C. Private repository on GitHub Terraform can use the following locations as a private source for modules: A. Internally hosted SCM (Source Control Manager) platform: Terraform allows you to specify a private SCM (Source Control Manager) platform like GitLab, Bitbucket, etc as a source for modules. This allows you to host your own modules within your organization's network, and use them privately. C. Private repository on GitHub: Terraform allows you to specify a private repository on GitHub as a source for modules. This allows you to host your own modules on GitHub and use them privately.

090200fOptions: AC
Jul 23, 2024

keywords are internal and private for private source modules here