Student Reviews
( 5 Of 5 )
1 review
Video of Local Values Terraform Tutorial #8 in Terraform course by Will Brock channel, video No. 9 free certified online
Local values are similar to variables but are local to a configuration. Locals are defined and used in your configuration files. Unlike variables in Terraform locals can not be passed in to configurations.
In this video I'll show you how to define and use locals, use expressions results that are assigned to locals and combine multiple values that are assigned to a local.
Code Examples:
https://github.com/WillBrock/terraform-course-examples
Terraform Locals:
https://www.terraform.io/docs/configuration/locals.html