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 13495cc commit da28f93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions iam-general-policies/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module "general_full" {

# Managed Policies
This provides a number of AWS manged policies
> `module.general.managed_policies[KEY]`
> `module.general.managed_policies[KEY] = ARN`
* AdministratorAccess
* ReadOnlyAccess
* AmazonVPCFullAccess
Expand All @@ -44,7 +44,7 @@ This provides a number of AWS manged policies
# Custom Policies

This provides some custom policies that are to be applied to some accounts and groups.
> `module.general.custom_policies[KEY]` = { object }
> `module.general.custom_policies[KEY] = { object }`
```hcl
{
"name"
Expand All @@ -60,7 +60,7 @@ This provides some custom policies that are to be applied to some accounts and g
* 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 }
> `module.general.custom_policy_documents[KEY] = { object }`
```hcl
{
"name"
Expand Down
6 changes: 3 additions & 3 deletions iam-general-policies/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*
* # Managed Policies
* This provides a number of AWS manged policies
* > `module.general.managed_policies[KEY]`
* > `module.general.managed_policies[KEY] = ARN`
* * AdministratorAccess
* * ReadOnlyAccess
* * AmazonVPCFullAccess
Expand All @@ -45,7 +45,7 @@
* # Custom Policies
*
* This provides some custom policies that are to be applied to some accounts and groups.
* > `module.general.custom_policies[KEY]` = { object }
* > `module.general.custom_policies[KEY] = { object }`
* ```hcl
* {
* "name"
Expand All @@ -60,7 +60,7 @@
* * 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 }
* > `module.general.custom_policy_documents[KEY] = { object }`
* ```hcl
* {
* "name"
Expand Down

0 comments on commit da28f93

Please sign in to comment.