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
I want to tighten some SCPs in my organization.yml. Unfortunately, as soon as I start using !Sub and parameters it fails with an error that just says: MalformedPolicyDocumentException: The provided policy document does not meet the requirements of the specified policy type
Subject of the issue
I want to tighten some SCPs in my organization.yml. Unfortunately, as soon as I start using
!Sub
and parameters it fails with an error that just says:MalformedPolicyDocumentException: The provided policy document does not meet the requirements of the specified policy type
Your environment
Steps to reproduce
Expected behaviour
It should replace the template string with the primary region as defined in
organization-parameters.yml
Actual behaviour
MalformedPolicyDocumentException: The provided policy document does not meet the requirements of the specified policy type`
I also tried to use a lot more in other SCPs, none of them worked. Here are a few examples:
What am I doing wrong or how can I circumvent the issue if this is not supported? Are there any docs that clearify where I can use what and when?
Any help is greatly appreciated :)
The text was updated successfully, but these errors were encountered: