Skip to content

Latest commit

 

History

History
175 lines (109 loc) · 6.59 KB

CHANGELOG.md

File metadata and controls

175 lines (109 loc) · 6.59 KB

v2.7.0 - 2020-02-22

  • Updated pre-commit-terraform with README
  • Add instance profile to role sub-module (#46)

v2.6.0 - 2020-01-27

  • Updated CHANGELOG
  • Rename module from "-iodc" to "-oidc" (#48)

v2.5.0 - 2020-01-27

  • Updated CHANGELOG
  • New sub-module for IAM assumable role with OIDC (#37)

v2.4.0 - 2020-01-09

  • Updated CHANGELOG
  • Updated pre-commit hooks
  • iam-assumable-role: add description support (#45)
  • Removed link to missing complete example (fixed #34)

v2.3.0 - 2019-08-21

  • Updated CHANGELOG
  • Added description support for custom group policies using a lookup (#33)

v2.2.0 - 2019-08-21

  • Updated CHANGELOG
  • Added trusted_role_services to iam-assumable-roles, autoupdated docs
  • Add Trusted Services to iam-assumable-role (#31)
  • Fix link to iam-assumable-role example in README (#35)

v2.1.0 - 2019-06-11

  • Updated CHANGELOG
  • Removed duplicated tags from variables in iam-user (#30)

v2.0.0 - 2019-06-11

  • Updated CHANGELOG
  • Upgraded module to support Terraform 0.12 (#29)

v1.0.0 - 2019-06-11

  • Updated CHANGELOG
  • Fixed styles after #26
  • iam-user,iam-assumable-role,iam-assumable-roles,iam-assumable-roles-with-saml tags support (#26)

v0.5.0 - 2019-05-15

  • Added support for list of policies to attach to roles (#25)

v0.4.0 - 2019-03-16

  • Minor adjustments
  • assumable roles for Users with SAML Identity Provider (#19)

v0.3.0 - 2019-02-20

  • Added iam-group-with-policies and iam-group-complete

v0.2.0 - 2019-02-19

  • Added iam-group-with-assumable-roles-policy and iam-assumable-role (#18)

v0.1.0 - 2019-02-19

  • Updated examples for iam-policy and formatting
  • Added iam policy (#15)
  • Permission boundary (#16)

v0.0.7 - 2018-08-19

  • Follow-up after #12, added possibility to upload IAM SSH public keys
  • Ssh key support (#12)
  • fix descriptions of variables (#10)

v0.0.6 - 2018-05-28

  • Custom Session Duration (#9)

v0.0.5 - 2018-05-16

  • Added pre-commit hook to autogenerate terraform-docs
  • Implement conditional logic for role creation (#7)

v0.0.4 - 2018-03-01

  • Add max_password_age for password policy (#5)

v0.0.3 - 2018-02-28

  • Added iam-user module (#4)

v0.0.2 - 2018-02-12

  • Added iam-assumable-roles (#2)
  • Added iam-account (#1)

v0.0.1 - 2018-02-05

  • Do pre-commit run on all code
  • Added iam-account
  • Initial commit