forked from cloudposse/terraform-aws-iam-system-user
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow policy attachment (cloudposse#29)
* Allow policies to be attached to the user ...as this is often the first thing that we do after creating the user, we may as well make things a bit easier. Note that we use maps rather than lists (or sets) to allow for the setting of static descriptive keys that are known during plan even when the policy (arn) may not yet be known. * Don't `md5()` policy attachment keys For inline policies this makes sense -- we'd just end up with huge, messy, and distinctly non-useful resource keys -- but a policy ARN is generally short enough that this just makes things a bit more opaque. * Add `$self` to README * Executed 'terraform fmt' Co-authored-by: actions-bot <[email protected]>
- Loading branch information
1 parent
1478f63
commit ad22bea
Showing
5 changed files
with
70 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters