Usage
module "scp" {
source = "github.com/fencepencil/fencepencil-aws-modules//scp"
tags = var.tags
}Inputs (3)
| Name | Type | Description | Default | Required |
|---|---|---|---|---|
policies | map(object) | Map of SCP policies to create | {} | no |
policy_attachments | map(object) | Map of policy attachments to targets | {} | no |
tags | map(string) | Tags to apply to all resources | {} | no |
Outputs (2)
| Name | Description |
|---|---|
policy_ids | Map of policy names to IDs |
policy_arns | Map of policy names to ARNs |