تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح Expressions Terraform Tutorial #12 ضمن كورس Terraform شرح قناة Will Brock، الفديو رقم 13 مجانى معتمد اونلاين
Expressions allow values to be computed or used in configuration files. Expressions can be simple like assigning values and if/else results or can be more complex like directives and heredoc's.
In this video I'll walk through different types of expression that can be done in Terraform using a few examples that you'll use in day to day use of Terraform.
- String interpolation
- Shorthand if/else statements
- Splat Expressions
- for
- heredoc
- directives
- terraform console
Course Examples:
https://github.com/WillBrock/terraform-course-examples
Expressions:
https://www.terraform.io/docs/configuration/expressions.html