This message was deleted.
# golang
s
This message was deleted.
s
Ok, just a minor issue with this snippet. the role dependency isn't with this provider but with the one this is being created with
pulumi.Provider(provider)
. But that provider has a direct reference as I inject the Role as
RoleArn: role.Arn
and thus the direct reference is there.
But the change in itself is happening within the policy of the role, so not the role is changing but the policy, this is a dependency one layer deeper.