You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the privileged_principal_arns option is used it will never create a bucket policy.
Expected Behavior
If the privileged_principal_arns option is used it will create a bucket policy.
Additional Context
The privileged_principal_arnsoption will lead to create a aws_iam_policy_documenthere.
But is not used, since the bucket policy is only created under those conditions:
Describe the Bug
If the
privileged_principal_arns
option is used it will never create a bucket policy.Expected Behavior
If the
privileged_principal_arns
option is used it will create a bucket policy.Additional Context
The
privileged_principal_arns
option will lead to create aaws_iam_policy_document
here.But is not used, since the bucket policy is only created under those conditions:
And it I think there is the check missing to the
privileged_principal_arns
Ideally it would be like this:
The text was updated successfully, but these errors were encountered: