I'm trying to look up a load balancer by tags, so ...
# aws
p
I'm trying to look up a load balancer by tags, so I can create a DNS record to point a hostname at it. I can't find any examples for how to construct the
{[key: string]: string}
block described here https://www.pulumi.com/registry/packages/aws/api-docs/alb/getloadbalancer/#using
💯 1
NVM worked it out
tags: { 'foo': 'bar', 'baz': 'qux', }