Which of the following locations can Terraform use as a private source for modules? (Choose two.)
Which of the following locations can Terraform use as a private source for modules? (Choose two.)
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.
I'd agree with A & C
me too
me too
AC for me
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.