From ebb178c7da2c6171066178503423ff2b53293f6c Mon Sep 17 00:00:00 2001 From: badra001 Date: Tue, 2 Mar 2021 14:29:21 -0500 Subject: [PATCH] update docs --- iam-general-policies/README.md | 4 ++-- iam-general-policies/main.tf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/iam-general-policies/README.md b/iam-general-policies/README.md index bf2af80..fa899aa 100644 --- a/iam-general-policies/README.md +++ b/iam-general-policies/README.md @@ -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" @@ -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" diff --git a/iam-general-policies/main.tf b/iam-general-policies/main.tf index 2d12c80..77e769f 100644 --- a/iam-general-policies/main.tf +++ b/iam-general-policies/main.tf @@ -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" @@ -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"