تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح Terraform Input Variable (string, number, bool, list, map...) How to use Terraform Input Variable ضمن كورس Terraform شرح قناة Rahul Wagh، الفديو رقم 2 مجانى معتمد اونلاين
Terraform Input Variable (string, number, boo, list, map.) How to use Terraform Input Variable
Instruction's Guides
1. How to use Terraform input variables - https://jhooq.com/terraform-input-variables/
Terraform is OpenSource infrastructure as a code software tool. With the help of Terraform you can provision infrastructure on cloud platform such AWS(https://aws.amazon.com/), Google Cloud(https://cloud.google.com/), Azure(https://azure.microsoft.com/en-us/), DigitalOcean(https://www.digitalocean.com/), OpenShift(https://www.openshift.com/) and many more.cloud provider
But before you start working with Terraform you must understand different types of variables provided by the terraform -
1. string - It will hold string values
2. number - It will hold number values
3. bool - It will hold boolean value .i.e. true, false
4. list - It is used for the collection of values. Collection can be of type string, number
5. map - When you need to create key-value pair then need to use map variable type
In this session, we are going to create a sample terraform for each variable type.
Timestamps
0:00 - Intro to Terraform Input Variables
02:02 - What is terraform Input Variables?
02:33 - Terraform Input Variables example
05:18 - Terraform Input variable syntax
06:36 - string variable
07:34 - number variable
11:16 - boolean variable
12:45 - list variable
15:40 - map variable
For more details on Terraform here is the official guide - https://www.terraform.io/docs/
To learn more on DevOps visit - https://jhooq.com
Disclaimer/Policy: All the content/instructions are solely mine. The source is completely open-source.
Video is copyrighted and can not be re-distributed on any platform.
#devops #terraform #InfrastructureasCode #cloud