All Modules
AWSGovernance

SCP

Service Control Policies for AWS Organizations with target attachments

Usage

module "scp" {
  source = "github.com/fencepencil/fencepencil-aws-modules//scp"



  tags = var.tags
}

Inputs (3)

NameTypeDescriptionDefaultRequired
policiesmap(object)Map of SCP policies to create{}no
policy_attachmentsmap(object)Map of policy attachments to targets{}no
tagsmap(string)Tags to apply to all resources{}no

Outputs (2)

NameDescription
policy_idsMap of policy names to IDs
policy_arnsMap of policy names to ARNs

More AWS Modules

Browse our full library of AWS infrastructure modules.

View all AWS modules