A link to the provider implementation would be ideal.. I'll start hunting for that, now.
c
cuddly-journalist-77210
02/02/2024, 12:40 PM
interesting, i always pass role name and it works. seems like thats the only way to do it in go.
i can see following types in docs for typescript though:
string | Role -> Role object or role name
cuddly-journalist-77210
02/02/2024, 12:41 PM
i think the issue you faced in past is the dependency resolver tried to create policy attachment before actually creating the role because you passed the name as a string directly to the rolepolicyattachment instead of using output of iam.Role