hashicorp / terraform-provider-hashicups

Terraform Provider HashiCups - Provider Plugin Framework example
58 stars 52 forks source link

How to write the coffees datasource to filter attribute #124

Open chijiajian opened 8 months ago

chijiajian commented 8 months ago

data "hashicups_coffees" "edu" { coffees = [ { name = "Vaulatte" } ] }

It is now working