Terraform Output values | How to use Terraform Output values?

▬▬▬▬▬▬ ⭐️ Instruction's Guides ⭐️ ▬▬▬▬▬▬
1. How to use Terraform output values? - https://jhooq.com/how-to-use-terraform-output-values/

▬▬▬▬▬▬ ⭐️ Previous Terraform tutorials ⭐️ ▬▬▬▬▬▬
Part 1: Terraform Explained | How to create your first terraform infrastructure on AWS and Google Cloud - https://youtu.be/jJX6S5JAGpI
Part 2: Terraform Input Variable (string, number, boo, list, map...) | How to use Terraform Input Variable - https://youtu.be/AY8EsCRsQcU
Part 3 : Terraform variable.tf | terraform.tfvars | Terraform command line variables - https://youtu.be/oB7l8GOpVaY
Part 4: Terraform Locals | How to use Terraform Locals? - https://youtu.be/xBb1uME8ZuU


Terraform output values are a kind of return value from the terraform modules. The output values can be used to print the information onto the terminal as well as return it to other modules within the terraform


In this session we are going to look at Terraform Output values and how to use them inside your terraform files.
Apart from that, we will also look into -
1. How to declare terraform output values?
2. What are the benefits of terraform output values?
3. How to use print message on terminal using terraform output values?
4. Print aws ec2 instance public ip using terraform output values



▬▬▬▬▬▬ ⭐️ Timestamps ⭐️ ▬▬▬▬▬▬
0:00 - What is terraform output values
01:50 - Create your first terraform output value
05:23 - How to get the public ip address of aws ec2 instance using terraform output values
10:52 - How to use Terraform output sensitive within output values?



For more details on Terraform here is the official guide - https://www.terraform.io/docs/language/values/outputs.html

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