Updating developer roles #570
Unanswered
kmanimaran
asked this question in
Help
Replies: 1 comment
-
|
The trick here is that you'll need to find which Terraform module is creating the actual IAM roles. You can see this in action in this example, where one module is used to create the IAM Users, and then in the same module the It sounds a bit hacky, but one way to do that is to merely search the git repo for an occurrence of a string like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How can one update roles for developer after making changes as outlined in https://github.com/gruntwork-io/terraform-aws-security/tree/main/modules/iam-policies?
In which folder should 'terragrunt apply' be run to update the roles? Running it under security baseline folder doesn't seem to update the role.
@iangrunt
Tracked in ticket #109336
Beta Was this translation helpful? Give feedback.
All reactions