Terraform Output Variables | terraform output variables example

preview_player
Показать описание
When building potentially complex infrastructure, Terraform stores hundreds or thousands of attribute values for all your resources. But as a user of Terraform, you may only be interested in a few values of importance, such as a load balancer IP, VPN address, etc.

Outputs are a way to tell Terraform what data is important. This data is outputted when apply is called, and can be queried using the terraform output command.
Рекомендации по теме
Комментарии
Автор

is there a different way of using output in 0.12.x ?

sandeepsharma
Автор

I have tried to open my dns using the web browser but I just get the error 504 Gateway Timeout

redbeardhomes
Автор

Why is there extra code after your resource that is not found in the previous tutorial

redbeardhomes
Автор

If we have 3 files for EC2 and S3 and EBS, when i enter terrafor plan which file it picks up to apply changes

durgaprasadvadaga
Автор

how i can deploy my spring project jar on this instance?

ranjitjadhav
Автор

Hi I am new to terraform, can you please explain how to use output ip in another scripts.

rajneeshtyagi
Автор

please upload hcl scripts in the description it will help us

marellanani
Автор

Nice videos.. Please share us link of terraform file.. Which are used in videos.

VikramKumar-qxps
Автор

Could you please share terraform scripts ?

linuxtutions