Skip to content

zoitech/terraform-aws-saml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

26cd52e · Sep 21, 2017

History

2 Commits
Sep 21, 2017
Sep 21, 2017
Sep 21, 2017
Sep 21, 2017
Sep 21, 2017
Sep 21, 2017
Sep 21, 2017

Repository files navigation

AWS generic account setup

Terraform module which creates AWS access via SAML.

  • Create SAML Provider
  • Create Role for SAML access
  • Attach given set of policies

Usage

module "saml" {
  source = "zoitech/saml/aws"
  role_name = "SAML-Admin"
  provider_metadata_file = "metadata.xml"
}

Authors

Module managed by Zoi.

License

MIT License. See LICENSE for full details.