HashiCorp Terraform-Associate-004 Question Answer
Exhibit:
data "aws_ami" "web" {
most_recent = true
owners = ["self"]
tags = {
Name = "web-server"
}
}
A data source is shown in the exhibit. How do you reference the id attribute of this data source?
HashiCorp Terraform-Associate-004 Summary
- Vendor: HashiCorp
- Product: Terraform-Associate-004
- Update on: Mar 25, 2026
- Questions: 318

