From 1e675d05901bcca82474f4f2e3b754ee84bed469 Mon Sep 17 00:00:00 2001 From: "Jeffrey Jonathan Jennings (J3)" Date: Sat, 9 Nov 2024 10:05:00 -0500 Subject: [PATCH] Resolved #18. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 673f04e..dde47d0 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ A Terraform module is essentially a collection of [input](https://developer.hash **Table of Contents** -+ [Let's get started!](#lets-get-started) -+ [Resources](#resources) ++ [1.0 Let's get started!](#10-lets-get-started) ++ [2.0 Resources](#20-resources) -## Let's get started! +## 1.0 Let's get started! > **Important Notice** > @@ -65,7 +65,7 @@ A Terraform module is essentially a collection of [input](https://developer.hash `all_api_keys`|Specifies all API Keys sorted by creation date. With the current active API Key being the 1st in the collection -## Resources +## 2.0 Resources [Best Practices for Using API Keys on Confluent Cloud](https://docs.confluent.io/cloud/current/security/authenticate/workload-identities/service-accounts/api-keys/best-practices-api-keys.html) [Nikoleta Verbeck shows how to use Terraform to rotate Confluent API Key(s)](https://github.com/nerdynick/terraform-confluent-api-key-rotation)