Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit 7c91616

Browse files
committed
Update README
1 parent 36b343a commit 7c91616

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: examples/vault-iam/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module "vault_iam_user_policy" {
3030
"iam:RemoveUserFromGroup"
3131
],
3232
"Resource": [
33-
"arn:aws:iam::793514493597:user/vtest-*"
33+
"arn:aws:iam::xxxxxxx:user/vtest-*"
3434
]
3535
}
3636
]

Diff for: examples/vault-s3-private/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ vault server -dev
2020
* The AWS access and secret keys for an IAM user which the AWS Secret
2121
Backend for Vault will use for issuing new credentials. If you don't
2222
have any, you can create one using [vault-iam
23-
module](../../modules/vault-iam). You need to put the access keys in
23+
example](../vault-iam). You need to put the access keys in
2424
[variables.tf](./variables.tf)
2525

2626

0 commit comments

Comments
 (0)