From e189430bcec2a431d52adb592ae4286406337d71 Mon Sep 17 00:00:00 2001 From: Logan Rakai Date: Mon, 7 May 2018 22:45:45 -0600 Subject: [PATCH] Consistent spelling of encryption --- README.rst | 2 +- terrascan/terrascan.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b8f6f8b47..765a7765b 100644 --- a/README.rst +++ b/README.rst @@ -34,7 +34,7 @@ Features Terrascan will perform tests on your terraform templates to ensure: - **Encryption** - - Server Side Encription (SSE) enabled + - Server Side Encryption (SSE) enabled - Use of AWS Key Management Service (KMS) with Customer Managed Keys (CMK) - Use of SSL/TLS and proper configuration - **Security Groups** diff --git a/terrascan/terrascan.py b/terrascan/terrascan.py index 55f3b2870..7cfbec250 100644 --- a/terrascan/terrascan.py +++ b/terrascan/terrascan.py @@ -69,7 +69,7 @@ def create_parser(): '-t', '--tests', help='''Comma separated list of test to run or "all" for all tests -(e.g. encryption,security_group) Valid values include:encription, +(e.g. encryption,security_group) Valid values include:encryption, logging_and_monitoring, public_exposure, security_group''', nargs=1, default=['all']