Git Product home page Git Product logo

terraform-aws-rhythmic-iam-roles's Introduction

terraform-aws-rhythmic-iam-roles

Create and manage IAM roles for Rhythmic engineers to access accounts via cross-account IAM roles.

Usage

module "rhythmic-iam-roles" {
  source         = "git::https://github.com/rhythmictech/terraform-aws-rhythmic-iam-roles.git"
  role_prefix    = "RhythmicOps-"
  master_account = "123456789012"
}

Requirements

Name Version
terraform >= 0.12.19
aws >= 3

Providers

Name Version
aws >= 3

Modules

No modules.

Resources

Name Type
aws_iam_role.FullAdminAccess resource
aws_iam_role.FullReadOnlyAccess resource
aws_iam_role.SecurityAnalyst resource
aws_iam_role.StandardAdminAccess resource
aws_iam_role_policy_attachment.FullAdminAccess resource
aws_iam_role_policy_attachment.FullReadOnlyAccess resource
aws_iam_role_policy_attachment.SecurityAnalyst resource
aws_iam_role_policy_attachment.StandardAdminAccess resource
aws_iam_role_policy_attachment.StandardAdmin_additional_policies resource
aws_iam_policy_document.assume data source

Inputs

Name Description Type Default Required
create_security_analyst_role Create role with SecurityAudit managed policy attached bool true no
create_standard_admin_role Create StandardAdmin role bool true no
external_id External ID associated with the IAM role to be assumed, if applicable string "" no
master_account Master account that holds cross-account roles string n/a yes
max_session_duration STS token max lifetime number 7200 no
role_prefix Optional prefix for IAM role names string "" no
standard_admin_additional_policies List of additional policy ARNs to attach to standard admin role list(string) [] no
standard_admin_attach_poweruser Attach AWS managed policy PowerUser to Standard Admin role bool true no
standard_admin_role_name Standard Admin role name string "StandardAdmin" no
tags Tags to apply across all roles map(string) {} no

Outputs

No outputs.

terraform-aws-rhythmic-iam-roles's People

Contributors

cdaniluk avatar dgoodellrhy avatar pre-commit-ci[bot] avatar sblack4 avatar smiller171 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.