Git Product home page Git Product logo

terraform-aws-iam-settings's Introduction

Usage

module "account_settings" {
  source     = "git::https://github.com/anmolnagpal/terraform-aws-iam-settings.git?ref=master"
  environment         = "Stage"
  organization        = "Namespace"
  name       = "account"

  allow_users_to_change_password = true
  minimum_password_length        = 8
  password_reuse_prevention      = true
}

output "account_alias" {
  value = "${module.account_settings.account_alias}"
}

output "signin_url" {
  value = "${module.account_settings.signin_url}"
}

Inputs

Name Description Type Default Required
allow_users_to_change_password Whether to allow users to change their own password string true no
attributes Additional attributes (e.g. policy or role) list <list> no
delimiter Delimiter to be used between name, namespace, stage, etc. string - no
enabled Whether or not to create the IAM account alias string true no
hard_expiry Whether users are prevented from setting a new password after their password has expired (i.e. require administrator reset) string false no
max_password_age The number of days that a user's password is valid string 0 no
minimum_password_length Minimum length to require for user passwords string 8 no
name The Name of the account or solution (e.g. account) string account no
namespace Namespace (e.g. cp or anmolnagpal) string `` no
password_policy_enabled Whether or not to create the IAM account password policy string true no
password_reuse_prevention The number of previous passwords that users are prevented from reusing string true no
require_lowercase_characters Whether to require lowercase characters for user passwords string true no
require_numbers Whether to require numbers for user passwords string true no
require_symbols Whether to require symbols for user passwords string true no
require_uppercase_characters Whether to require uppercase characters for user passwords string true no
stage Stage (e.g. prod, dev, staging) string `` no
tags Additional tags (e.g. {"BusinessUnit" = "XYZ"}) map <map> no

Outputs

Name Description
account_alias IAM account alias
signin_url IAM users sign-in URL

terraform-aws-iam-settings's People

Contributors

anmolnagpal avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

devops-9

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.