This message was deleted.
s
This message was deleted.
p
yes AWS, sorry forgot to mention; thank you very much @salmon-account-74572, trying now.
seems I can add defaultTags: in the Pulumi.yaml config section, though I cannot find any example on how to pass the tags object, will experiment w/ yaml syntax till something works
Copy code
config:
  aws:defaultTags: ...
  aws:region: eu-west-1
probably a yaml dictionary object
found the correct syntax in a github issue:
Copy code
aws:defaultTags:
    tags:
      Tag1: value1
      Tag2: value2
@salmon-account-74572 it's not working, I added the config
Copy code
config:
  aws:defaultTags:
    tags:
      project: narvi
  aws:region: eu-west-1
but the resources are not being tagged on aws w/
pulumi up
adding the defaultTags config seems to have no effect
Resources: 13 unchanged
maybe a bug?
s
Yes, it could be a bug. Would you mind opening an issue?
p
there's an issue already open, I hope they find a fix soon