From 187e1ec022fa21fc86b278f7cf5991c73f6a9d69 Mon Sep 17 00:00:00 2001 From: Rodrigo Monte Date: Tue, 11 Aug 2020 16:58:21 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a3785bd..251147c 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,8 @@ module "kinesis-stream" { |kinesis_stream_name|The unique Kinesis stream name| |kinesis_stream_shard_count|The count of shards for this Kinesis stream| |kinesis_stream_arn|The Amazon Resource Name (ARN) specifying the Kinesis stream| -|kinesis_stream_iam_policy_read_only_arn|The IAM Policy (ARN) read only of the Stream"| -|kinesis_stream_iam_policy_write_arn|The IAM Policy (ARN) write only of the Stream" +|kinesis_stream_iam_policy_read_only_arn|The IAM Policy (ARN) read only of the Stream| +|kinesis_stream_iam_policy_write_arn|The IAM Policy (ARN) write only of the Stream| |kinesis_stream_iam_policy_admin_arn|The IAM Policy (ARN) admin of the Stream| ## Tests