Search⌘ K
AI Features

Module Source Options

Explore how Terraform modules work and understand the various source options available for storing module files. Learn to use local paths, the Terraform Registry, GitHub, and other remote repositories to organize reusable configurations for Infrastructure as Code.

What is a Terraform module?

A Terraform module is simply a configuration that defines inputs, resources, and ...