organization-access-role
cloudposse/organization-access-role/aws
Terraform module to create an IAM Role to grant permissions to delegated IAM users in the master account to access an invited member account
Install
README
 terraform-aws-organization-access-role    Terraform module to create an IAM Role to grant permissions to delegated IAM users in the master account to access an invited member account https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_access.html --- This project is part of our comprehensive "SweetOps" approach towards DevOps. It's 100% Open Source and licensed under the APACHE2. Screenshots !OrganizationAccountAccessRole Organization Account Access Role as Viewed from the AWS Web Console
Inputs (3)
| Name | Type | Description | Default |
|---|---|---|---|
| master_account_id | any | The ID of the master account to grant permissions to access the current account | required |
| role_name | any | The name of the role to grant permissions to delegated IAM users in the master a | "OrganizationAccountAccessRole" |
| policy_arn | any | Policy ARN to attach to the role. By default it attaches `AdministratorAccess` m | "arn:aws:iam::aws:policy/AdministratorAc |
Outputs (3)
role_name — The name of the crated rolerole_id — The stable and unique string identifying the rolerole_arn — The Amazon Resource Name (ARN) specifying the roleResources (2)
Topics & Tags
Details
Similar packages
Terraform module for building and deploying Next.js apps to AWS. Supports SSR (L
Terraform module for provisioning an EKS cluster
Terraform module to generate well-formed JSON documents (container definitions)
Terraform module that provision an S3 bucket to store the terraform.tfstate file