You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: