A team needs to share a Terraform module across multiple projects within their organization. What is the best practice?
Remote modules are reusable and version-controlled.
Why this answer
Option C is correct because using a remote source like a Git repository allows easy sharing and versioning. Option A leads to duplication. Option B is not a standard sharing method.
Option D is for variables, not modules.