تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح Resource Meta Arguments Terraform Tutorial #11 ضمن كورس Terraform شرح قناة Will Brock، الفديو رقم 12 مجانى معتمد اونلاين
Meta arguments can be specified on any resources and used for things like creating multiple resources with loops, stating dependencies, using a non default provider, ensuring resources are created before they are destroyed.
In this video I'll go over creating resources with different types of meta arguments in Terraform.
- Describe each meta arguments such as count, for_each, depends_on, provider, lifecycle, provisioner
- Create multiple like resources using count and for_each
- Using create_before_destroy with lifecycle arguments
- Specifying a provider that is used outside of the default provider in the configuration
- Explicitly specify resource dependencies with depends_on
- Splat Expressions can be used when resources are created with count and for_each
Course Examples:
https://github.com/WillBrock/terraform-course-examples
Resource Meta Arguments:
https://www.terraform.io/docs/configuration/resources.html#meta-arguments
Splat Expressions:
https://www.terraform.io/docs/configuration/expressions.html#splat-expressions