noqdev / iambic

IAMbic is Version-Control for IAM. It centralizes and simplifies cloud access and permissions. It maintains an eventually consistent, human-readable, bi-directional representation of IAM in Git.
https://iambic.org
Apache License 2.0
281 stars 26 forks source link

NOQ::AWS::Organizations::SCP Filter does not work #608

Closed rodolphoescobar closed 1 year ago

rodolphoescobar commented 1 year ago

Describe the bug Filter via match_template_types for NOQ::AWS::Organizations::SCP is not applied during iambic import. All other types work fine.

iambic_config.yaml

template_type: NOQ::Core::Config
version: 0.11.59
aws:
  import_rules:
      - action: ignore
        match_template_types:
          - NOQ::AWS::IAM::Group
          - NOQ::AWS::IAM::ManagedPolicy
          - NOQ::AWS::IAM::Role
          - NOQ::AWS::IAM::User
          - NOQ::AWS::Organizations::SCP