Skip to content

v1.0.0 Breaking changes: IAM keys no longer expire

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 04 Sep 19:50
fafddb5
  • Breaking changes: IAM keys no longer expire
  • cloudposse/awsutils provider no longer needed

Remove expiring keys feature and awstuils provider

PR #49

what

  • Breaking change: AWS access keys no longer expire
  • Add ability to store AWS access key in SSM Parameter store
  • Update test framework

why

  • Remove problematic dependency on cloudposse/awsutils provider
  • Passing keys as outputs causes them to be stored in plaintext in the Terraform state file, which is less secure than SSM.
  • Pull in security patches, perform more thorough testing

references