© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2021
R. ModiDeep-Dive Terraform on Azurehttps://doi.org/10.1007/978-1-4842-7328-9_5

5. Terraform Modules

Ritesh Modi1  
(1)
Hyderabad, Telangana, India
 

Terraform helps to automate infrastructure management using HCL scripts. HCL, as you know by now, is a declarative-based language comprising resource declaration and configuration. The scripts consist of root configuration and is the starting point of script execution. The root configuration can declare provider specific resources directly or instead they can use modules. Terraform provides modules that are essential building blocks for resources and the overall solution. Modules are Terraform scripts that are sourced ...

Get Deep-Dive Terraform on Azure: Automated Delivery and Deployment of Azure Solutions now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.