Student Reviews
( 5 Of 5 )
1 review
Video of Expressions Terraform Tutorial #12 in Terraform course by Will Brock channel, video No. 13 free certified online
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