Class 24 Terraform/ hashiCorp Hindi for absolute beginners
Автор: Learning Free Devops
Загружено: 2021-09-16
Просмотров: 153
1. Terraform is an Hashi-Corp product which is used to automate infrastructure provision.
2. Since it is platform independent we can use it for any cloud provider/ on-premises data centers also.
3. Components of Terraform
● Main.tf -- This file is having the information which resources you will create
● Variable.tf -- This file is use to store value and varible like key-value pairs
● Tfstate-file -- This file is having all the information which resources you have created
● .terraform -- This is the folder which will create after plan , it will download all the dependency.
● module -- We can write Terraform Backend enable : our own custom module or we can use the terraform provided modules to create resources.
4. Command which is really important in terraform
● terraform init -- Initialize the code and download the dependency
● terraform plan -- Before creating resources it will show you what all the resources you are going to launch
● terraform apply -- After applying the plan it will create the resources for you.
5. Provider = A provider is responsible for understanding API interactions and exposing resources.
6. Terraform Modules : https://github.com/terraform-aws-modules

Доступные форматы для скачивания:
Скачать видео mp4
-
Информация по загрузке: