https://pulumi.com logo
Title
h

hundreds-portugal-17080

02/01/2020, 8:04 AM
Hi, Maybe it is a very basic question, I have a input map and can vary with any number of key value inside map. I am trying to pass the map as tags input. I am not able to see the aws tags. can you please help.
w

white-balloon-205

02/01/2020, 4:43 PM
Tags must be an object, `Map`s are not (at least currently) supported. See https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/aws/s3/#BucketObjectArgs-tags
Specifically -
tags: { key: “value” }
h

hundreds-portugal-17080

02/02/2020, 11:05 PM
Thanks @white-balloon-205 It worked.