From e44dcebd7acbf4f75292469aab485aacb9d2e0ec Mon Sep 17 00:00:00 2001 From: Frank Rosner Date: Tue, 25 May 2021 10:02:36 +0200 Subject: [PATCH] remove check boxes that don't render properly in module doc --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7e8c8b1..734f0b3 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ This Terraform module is the part of [serverless.tf framework](https://github.co ## Features -- [x] Creates AWS Step Function -- [x] Conditional creation for many types of resources -- [x] Support IAM policy attachments for [Integrated Services (eg, Lambda, SQS, ECS, EKS, Batch, DynamoDB, etc)](https://docs.aws.amazon.com/step-functions/latest/dg/service-integration-iam-templates.html) and various ways to create and attach additional policies +- Creates AWS Step Function +- Conditional creation for many types of resources +- Support IAM policy attachments for [Integrated Services (eg, Lambda, SQS, ECS, EKS, Batch, DynamoDB, etc)](https://docs.aws.amazon.com/step-functions/latest/dg/service-integration-iam-templates.html) and various ways to create and attach additional policies ## Usage