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