We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The IAM user that applies the terraform config in our setup does not directly have permission to run the migrate.sh script.
migrate.sh
It lacks:
"application-autoscaling:*", "ec2:*", "ecs:*", # RunTask "iam:PassRole",
It would be great if we could let the executing user assume a role instead of giving permission directly.
I envision that the migration config in this TF module would allow to set an assume_role which is assumed before executing the migrate.sh script.
assume_role
The text was updated successfully, but these errors were encountered:
Hey @maxammann - check out this PR we are testing. #31
Sorry, something went wrong.
assigning to @BCTBB to provide a final test, review with @edwardsb and then merge
BCTBB
No branches or pull requests
The IAM user that applies the terraform config in our setup does not directly have permission to run the
migrate.sh
script.It lacks:
It would be great if we could let the executing user assume a role instead of giving permission directly.
I envision that the migration config in this TF module would allow to set an
assume_role
which is assumed before executing themigrate.sh
script.The text was updated successfully, but these errors were encountered: