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 da28f93 commit ebb178c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions iam-general-policies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This provides a number of AWS manged policies
This provides some custom policies that are to be applied to some accounts and groups.
> `module.general.custom_policies[KEY] = { object }`
```hcl
{
object = {
"name"
"path"
"description"
Expand All @@ -62,7 +62,7 @@ This provides some custom policies that are to be applied to some accounts and g
These are policy documents, used liberally, as needed by applications (typically, EC2 instance roles).
> `module.general.custom_policy_documents[KEY] = { object }`
```hcl
{
object = {
"name"
"description"
"policy"
Expand Down
4 changes: 2 additions & 2 deletions iam-general-policies/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
* This provides some custom policies that are to be applied to some accounts and groups.
* > `module.general.custom_policies[KEY] = { object }`
* ```hcl
* {
* object = {
* "name"
* "path"
* "description"
Expand All @@ -62,7 +62,7 @@
* These are policy documents, used liberally, as needed by applications (typically, EC2 instance roles).
* > `module.general.custom_policy_documents[KEY] = { object }`
* ```hcl
* {
* object = {
* "name"
* "description"
* "policy"
Expand Down

0 comments on commit ebb178c

Please sign in to comment.