تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح Local Values Terraform Tutorial #8 ضمن كورس Terraform شرح قناة Will Brock، الفديو رقم 9 مجانى معتمد اونلاين
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