Summer Certification Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: force70

HashiCorp Certified: Terraform Associate (004) (HCTA0-004) Terraform-Associate-004 Question # 100 Topic 11 Discussion

HashiCorp Certified: Terraform Associate (004) (HCTA0-004) Terraform-Associate-004 Question # 100 Topic 11 Discussion

Terraform-Associate-004 Exam Topic 11 Question 100 Discussion:
Question #: 100
Topic #: 11

You have declared a variable called var.list which is a list of objects that all have an attribute id . Which options will produce a list of the IDs? Choose two correct answers.


A.

[ var.list [ * ] , id ]


B.

[ for o in var.list : o.Id ]


C.

var.list[*].id


D.

{ for o in var.llst : o = > o.id }


Get Premium Terraform-Associate-004 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.