Skip to content

v6.1.0

Compare
Choose a tag to compare
@rquadling rquadling released this 31 Jan 13:20
· 14 commits to master since this release

v6.1.0 - 2024/01/31

  • Added testing for Terraform 1.7+
  • FIX : If var.profile and var.assume_role_arn are used, then continuing to use var.profile invalidates the
    assumed role. The aws_cli_runner.sh now no longer uses var.profile when a role has been successfully assumed.
    Thank you Garrett Blinkhorn.