Terraform Class Notes – Day 1- July 2023
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
What is terraform?
-------------------
Coding for infra
IAAC
From Hashicorp
Go
Release
cli - free & os
web
Cloud
Enterprise
version
- 1.5X
Whats in infra?
--------------------
https://registry.terraform.io/browse/providers - 3316
Why terraform?
-------------------
Coding for all
create - update - destory
==========================
ONE CMD
ONE CODING STANDARD FOR ALL PROVIDERS
--------------------
hcl
Easy 2
read
write
test
debug
share
How it works??? == terraform Architecture
-------------------
create -> Update -> Destroy
-----------------
apply destroy
=====================================================
How to store terraform code? - .tf
dir
file1.tf + file2.tf + file3.tf
=============================
one.tf