DEV Community

Rahul Wagh
Rahul Wagh

Posted on • Originally published at jhooq.com

Terraform Output Values | How to use Terraform Output Values?

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

Top comments (0)