From 60a34edbefa803a66e111299a177f469ba2edb46 Mon Sep 17 00:00:00 2001 From: cmalpe Date: Thu, 26 Oct 2023 15:02:59 +0000 Subject: [PATCH] added linting changes for readme file --- modules/kms/README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/modules/kms/README.md b/modules/kms/README.md index c79ddb6a..e2ad757e 100644 --- a/modules/kms/README.md +++ b/modules/kms/README.md @@ -5,15 +5,14 @@ This module allows creating and managing KMS crypto keys and IAM bindings at bot When using an existing keyring be mindful about applying IAM bindings, as all bindings used by this module are authoritative, and you might inadvertently override bindings managed by the keyring creator. -- [Google KMS Module](#google-kms-module) - - [Protecting against destroy](#protecting-against-destroy) - - [Examples](#examples) - - [Using an existing keyring](#using-an-existing-keyring) - - [Keyring creation and crypto key rotation and IAM roles](#keyring-creation-and-crypto-key-rotation-and-iam-roles) - - [Crypto key purpose](#crypto-key-purpose) - - [Import job](#import-job) - - [Variables](#variables) - - [Outputs](#outputs) +- [Protecting against destroy](#protecting-against-destroy) +- [Examples](#examples) + - [Using an existing keyring](#using-an-existing-keyring) + - [Keyring creation and crypto key rotation and IAM roles](#keyring-creation-and-crypto-key-rotation-and-iam-roles) + - [Crypto key purpose](#crypto-key-purpose) + - [Import job](#import-job) +- [Variables](#variables) +- [Outputs](#outputs) ## Protecting against destroy