hum ok
# general
a
hum ok
s
I’m actually mistaken - with the current AWS provider it’s not possible to use the native AssumeRole functionality of the Terraform provider, so it would be necessary to wrap it.
There’s an issue tracking the root cause here: https://github.com/pulumi/pulumi-terraform/issues/48 - there’s also a workaround noted in this comment on that issue: https://github.com/pulumi/pulumi-terraform/issues/48#issuecomment-340920875
This will hopefully be something we get to fixing soon.
Actually, sorry, I’m wrong again. I have it working now. I’ll put an example in the repository and then link to it here
This is awaiting review, but I’ve confirmed several times now that it works as expected.
OK, it’s merged now, so the example is available here: https://github.com/pulumi/examples/tree/master/aws-ts-assume-role
a
Thanks !