DevOps
  • 🏁Roadmap
  • PRE-REQUISITE
    • Glossary
    • Linux
    • Networking
    • Server
    • Databases
    • Security
  • FUNDAMENTALS
    • 12 Factors
    • GIT
    • Shell Scripts
    • JSON/YAML
    • Python
    • Golang
    • Packaging
  • DEVOPS TOOLS
    • Docker
    • Terraform
      • Module
      • HCL Syntax
      • State
      • .tf file
    • Ansible
    • Chef
    • Kubernete
    • ArgoCD
    • Chef
    • Puppet
    • Prometheus
  • PoC
    • USE CASES
Powered by GitBook
On this page
  • What is module?
  • Why using module?
  1. DEVOPS TOOLS
  2. Terraform

Module

PreviousTerraformNextHCL Syntax

Last updated 1 year ago

What is module?

A set of Terraform configuration files in a single directory

Why using module?

  • Primary method for code reuse in Terraform.

  • There are 2 kinds of sources:

    • Local: source within your directory

    • Remote: source outside your directory.