Please enable JavaScript.
Coggle requires JavaScript to display documents.
IAC - Coggle Diagram
IAC
Benifits
Automatic deployment
Repeatable processes
Consistent environments
Reusable components
Documented architecture
Core concepts
defined in code
stored in source control
Declarative or imperative
idempotent and consistent
push or poll
Terraform
Components
terrarform executable
terraform plugins
terraform state
terraform files
providers
data sources
output
resources
variables
Commands
init
plan
apply
Syntax
types
string
number
bool
list
map