mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-19 09:41:29 +01:00
Overtabed example corrected. (#8633)
Corrected code snippet to be copy paste ready (& properly terminating).
This commit is contained in:
parent
cdc7bdbb7d
commit
03d85d08df
@ -105,18 +105,17 @@ management tool.
|
|||||||
policy_arns=arn:aws:iam::aws:policy/AmazonEC2ReadOnlyAccess,arn:aws:iam::aws:policy/IAMReadOnlyAccess \
|
policy_arns=arn:aws:iam::aws:policy/AmazonEC2ReadOnlyAccess,arn:aws:iam::aws:policy/IAMReadOnlyAccess \
|
||||||
credential_type=iam_user \
|
credential_type=iam_user \
|
||||||
policy_document=-<<EOF
|
policy_document=-<<EOF
|
||||||
{
|
{
|
||||||
"Version": "2012-10-17",
|
"Version": "2012-10-17",
|
||||||
"Statement": [
|
"Statement": [
|
||||||
{
|
{
|
||||||
"Effect": "Allow",
|
"Effect": "Allow",
|
||||||
"Action": "ec2:*",
|
"Action": "ec2:*",
|
||||||
"Resource": "*"
|
"Resource": "*"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
For more information on IAM policies, please see the
|
For more information on IAM policies, please see the
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user