تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح Output Values Terraform Tutorial #9 ضمن كورس Terraform شرح قناة Will Brock، الفديو رقم 10 مجانى معتمد اونلاين
Output values in Terraform can return data from resources or modules. Outputs are helpful to output data from modules that can be used as input to other resources or modules. Outputs can be outputted to the terminal to help with debugging or if needed to what data and values are returned from resources.
In this video I'll show you how to define and use output values in Terraform.
- Using arguments to define outputs like value, description, sensitive and depends_on
- Use terraform output command to view existing output data
- Use output values from modules as input to other resources or modules
Course Examples:
https://github.com/WillBrock/terraform-course-examples
Terraform Outputs:
https://www.terraform.io/docs/configuration/outputs.html