Closed sf-walsh closed 2 years ago
@sf-walsh Please fix the failing GH Actions checks.
@sf-walsh Please fix the failing GH Actions checks.
@antonbabenko Corrected and pushed with checks passing...
Terraform fmt............................................................Passed Terraform docs...........................................................Passed
@antonbabenko Not sure if you can direct me at what is wrong... i ran the pre-commit on all files, i ran terraform validate manually.
pre-commit run --all-files
Terraform fmt............................................................Passed
Terraform docs...........................................................Passed
$ terraform validate
Success! The configuration is valid.
Thank you @sf-walsh !
This PR is included in version 3.22.0 :tada:
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
Add
path
variable to main.tf for resourceaws_iam_role.ecs_task_execution
to allow for creating this role under more than the default path/
Motivation and Context
This resolves an issue for accounts that don't allow creation of roles under the default "/" path. Like permissions_boundary the path is needed if governance rules only allow IAM role creation under
/mycustomrole/path/
Breaking Changes
No
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request