Channels
announcements
automation-api
aws
azure
blog-posts
built-with-pulumi
cloudengineering
cloudengineering-support
content-share
contribex
contribute
docs
dotnet
finops
general
getting-started
gitlab
golang
google-cloud
hackathon-03-19-2020
hacktoberfest
install
java
jobs
kubernetes
learn-pulumi-events
linen
localstack
multi-language-hackathon
office-hours
oracle-cloud-infrastructure
package-authoring
pulumi-ai
pulumi-cdk
pulumi-cloud
pulumi-crosscode
pulumi-deployments
pulumi-kubernetes-operator
pulumiverse
python
registry
status
testingtesting123
testingtesting321
typescript
welcome
workshops
yaml
Powered by
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.
Untitled
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.
#aws
Join Slack