https://pulumi.com logo
w

wet-fall-57893

08/18/2021, 2:22 AM
hey everyone. what do I need to do in order to run
spread
on
const ssmPolicyDocumentStatement: pulumi.Input<pulumi.Input<aws.iam.PolicyStatement>[]>
context: need to merge 2 statements one from AWS managed policy the other is custom
figured that out
...(ssmPolicyDocumentStatement as aws.iam.PolicyStatement[]),
2 Views