organization-access-role

cloudposse/organization-access-role/aws

Terraform Module HCL 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

module "organization-access-role" {
source = "cloudposse/organization-access-role/aws"
version = "0.1.3"
}
⭐ Source on GitHub 📦 Registry page

README

![Cloud Posse](https://cloudposse.com) terraform-aws-organization-access-role ![Build Status](https://travis-ci.org/cloudposse/terraform-aws-organization-access-role) ![Latest Release](https://github.com/cloudposse/terraform-aws-organization-access-role/releases/latest) ![Slack Community](https://slack.cloudposse.com) 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)

NameTypeDescriptionDefault
master_account_idanyThe ID of the master account to grant permissions to access the current account required
role_nameanyThe name of the role to grant permissions to delegated IAM users in the master a"OrganizationAccountAccessRole"
policy_arnanyPolicy 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 role
role_id — The stable and unique string identifying the role
role_arn — The Amazon Resource Name (ARN) specifying the role

Resources (2)

aws_iam_roleaws_iam_role_policy_attachment

Details

FrameworkTerraform Module
LanguageHCL
Version0.1.3
Cloud AWS
★ Stars26
Forks22
Total downloads8.6k
Inputs3
Outputs3
Resources2
LicenseApache-2.0
Namespacecloudposse
Updated