Fix assume_role handling when role_arn is given
There is a syntax error in the assume_role block with missing equals sign.
As this part has anyway required newer terraform to work, document it in variable definition of role_arn input.
Related to
- #171
I did not commit make init && make readme outputs because there are some amount of previous unrelated changes it generates.
Tested on terraform 1.6.6 and 1.10.5 with latest 5.x provider.
/terratest
The 1.6.0 minimum seems almost accurate. According to this reference, it looks like 1.6.1 is needed for the equal sign requirement.
- https://github.com/hashicorp/terraform/issues/33994
- https://registry.terraform.io/providers/hashicorp/aws/latest/docs
💥 This pull request now has conflicts. Could you fix it @mikalinnanoja-rovio? 🙏