Skip to content

feat: add output for iam deletion scp

Matt Morrison requested to merge feat/add_scp_outputs into main

Description

In order to attach the created SCP to a target, we need the ID which wasn't previously exposed as an output from this module so this MR adds it 😄

Changes

  • Add outputs.tf with output for the aws_organizations_policy.prevent_role_modification.id to be used in policy attachments.

Merge request reports