Please enable JavaScript.
Coggle requires JavaScript to display documents.
Terraform | Cert Guide - Coggle Diagram
Terraform | Cert Guide
Chapter1
IaC
Definition
API-Driven approach
Benefits
Simple and Speedy
Configuration consistency
Risk Minimisation
Efficiency
Increased efficiency in software development
CI/CD
Cost Savings
Comparisons
Other providers
Azure ARM Templates
AWS Cloudformation
Cross Platform
Language
Modularity
Validation
Readability
License and Support
Workflow
Error Message understandability
Infrastructure State Mgmt
Terraform Plugins
Go Lang
Terraform Core
Config file and modules reading
Resource state Mgmt
Resource Graph Construction
Plan Execution
Comm with plugins via RPC
Remote Procedure Calls (RPCs)
Chapter2
Installation
MacOS
Linux
Windows
Chapter3
Configuration
Resources
Data
Variables
Providers
Chapter4
Deep Dive
State File
Terraform Backend
Loops
Debugging
Chapter5
Terraform CLI
Azure
AWS
GCP
Commands
Chapter6
Terraform Workflows
Terraform LifeCycle
Core
Configuration
Write
Plan
Apply
Destroy
Commands
init
plan
apply
destroy
CI/CD tools
Chapter7
Terraform Modules
Chapter8
Terraform Config files
JSON
HCL
Best Practices
Chapter9
Terraform Stacks
Chapter10
Terraform Cloud
Terraform Enterprise
Source Control
Chapter11
Terraform Glossary