You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge branch 'issue_19_json_decoding'
* issue_19_json_decoding:
Test using the current version of the AWS CLI command as present in the Ubuntu image
Use the correct parameter for find for tests
Refactoring of some tests and handle invalid JSON results
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](#11).