stale-vase-87890
03/24/2022, 5:19 PMexport const devopsUserIds = pulumi.output(devopsUsers).apply(userlist => userlist.map((user: { id: any }) => user.id))
This produces
+ devopsUserIds : [
+ [0]: "00uyn0nldHI1SFLwasdfasd"
+ [1]: "00uyq0314ehGvU12121"
]
Somehow I am unable to extract it to something more like this
devopsUserIds['00uyn0nldHI1SFLwasdfasd', '00uyq0314ehGvU12121']
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by