Skip to content

Commit

Permalink
change description
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 24, 2021
1 parent c4f1e2f commit 9f46ae4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iam-general-policies/custom_policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ locals {
"manage_keys" = {
name = "manage-access-keys"
path = "/"
description = "Manage self access keys"
description = "Manage own access keys"
policy = data.aws_iam_policy_document.manage_keys.json
create_policy = true
}
"manage_credentials" = {
name = "manage-credentials"
path = "/"
description = "Manage self access keys and password"
description = "Manage own access keys and password"
policy = data.aws_iam_policy_document.manage_credentials.json
create_policy = true
}
Expand Down

0 comments on commit 9f46ae4

Please sign in to comment.