Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 2, 2021
1 parent 52bf960 commit 13495cc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
15 changes: 8 additions & 7 deletions iam-general-policies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,24 +55,25 @@ This provides some custom policies that are to be applied to some accounts and g
"policy_arn"
}
```hcl
```
* manage-access-keys
* manage-credentials
* deny-billing
These are policy documents, used liberally, as needed by applications (typically, EC2 instance roles).
> `module.general.custom_policy_documents[KEY]` = { object }
```hcl
{
"name"
"description"
"policy"
"create\_policy"
"create_policy"
}
```hcl
* ec2_assume
* sts_assume
* root_assume
* lambda_assume
```
* ec2\_assume
* sts\_assume
* root\_assume
* lambda\_assume

## Requirements

Expand Down
5 changes: 3 additions & 2 deletions iam-general-policies/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,20 @@
* "create_policy"
* "policy_arn"
* }
* ```hcl
* ```
* * manage-access-keys
* * manage-credentials
* * deny-billing
* These are policy documents, used liberally, as needed by applications (typically, EC2 instance roles).
* > `module.general.custom_policy_documents[KEY]` = { object }
* ```hcl
* {
* "name"
* "description"
* "policy"
* "create_policy"
* }
* ```hcl
* ```
* * ec2_assume
* * sts_assume
* * root_assume
Expand Down

0 comments on commit 13495cc

Please sign in to comment.