A wrapper to deploy an IAM boundary via a cloudformation stackset
HCL
Terraform AWS IAM Boundary Stack
Description
The purpose of this module is to provide a convenient method of deploying IAM boundaries to all AWS accounts within an AWS Organization, including the management account. The method effectively wraps a cloudformation stackset, and deploy to the organization root. Note, since stacksets are not deployed to the management account, the same functionality is deployed your a single cloudformation stack.
Usage
module"boundary" {
source="../.."description="Used to deploy the default permissions boundary for the pipelines."enable_management_account=truename="LZA-IAM-DefaultBoundary"region="us-west-2"tags={}
template=file("assets/default-boundary.yml")
parameters={}
}
Update Documentation
The terraform-docs utility is used to generate this README. Follow the below steps to update: