brainly/terraform-provider-redshift

Allow GRANT ASSUMEROLE features

Opened this issue · 0 comments

Hello

I usully use grant assume to assign a role to a group like this :

GRANT ASSUMEROLE ON 'arn:aws:iam::xxxxxxxxxxx:role/xxxxxxxxxxxx-01' TO GROUP xxx_GRP_RW FOR COPY, UNLOAD;

Unless I'm mistaken in your module it's not possible to specify a iam role right ?

Can this is be a supported features?

Many Thanks!
OvO