From 55b455a47585cdce032c7aac41f9d4ccc402f4f3 Mon Sep 17 00:00:00 2001 From: neil-sproston Date: Wed, 26 Jun 2024 14:09:44 +0100 Subject: [PATCH] Tidyup formatting --- modules/vault/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/vault/README.md b/modules/vault/README.md index bb7fe0d..726a283 100644 --- a/modules/vault/README.md +++ b/modules/vault/README.md @@ -13,10 +13,11 @@ cool-off period has been passed vault locking can not be removed. ## Module parameters -|Name|Description|Type|Default setting| -|client_name|The name of the client being served|string|-| -|client_account|The AWS Account ID number being served|string|-| -|lock_vault|Whether to lock the vault|bool|false| +| Name | Description | Type | Default| +|:---------------|:---------------------------------------|:------:|:------:| +| client_name | The name of the client being served | string | - | +| client_account | The AWS Account ID number being served | string | - | +| lock_vault | Whether to lock the vault | bool | false | ## Sample usage