From e3dff57c7efd0694f3ccee3900337135dc571157 Mon Sep 17 00:00:00 2001
From: "docs-sourcer[bot]"
<99042413+docs-sourcer[bot]@users.noreply.github.com>
Date: Thu, 12 Jun 2025 23:01:53 +0000
Subject: [PATCH] Updated with the [latest
changes](https://github.com/gruntwork-io/terraform-aws-messaging/pull/180)
from the `terraform-aws-messaging@test_fix` source branch.
---
.../modules/terraform-aws-messaging/msk/msk.md | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/docs/reference/modules/terraform-aws-messaging/msk/msk.md b/docs/reference/modules/terraform-aws-messaging/msk/msk.md
index 2b3fd4559..8d19160cf 100644
--- a/docs/reference/modules/terraform-aws-messaging/msk/msk.md
+++ b/docs/reference/modules/terraform-aws-messaging/msk/msk.md
@@ -394,6 +394,9 @@ module "msk" {
# Prefix to append to the folder name.
s3_logs_prefix = null
+ # The name of the Security Group to create for the MSK Cluster.
+ security_group_name = null
+
# Contents of the server.properties file. Supported properties are documented
# in the MSK Developer Guide
# (https://docs.aws.amazon.com/msk/latest/developerguide/msk-configuration-properties.html).
@@ -565,6 +568,9 @@ inputs = {
# Prefix to append to the folder name.
s3_logs_prefix = null
+ # The name of the Security Group to create for the MSK Cluster.
+ security_group_name = null
+
# Contents of the server.properties file. Supported properties are documented
# in the MSK Developer Guide
# (https://docs.aws.amazon.com/msk/latest/developerguide/msk-configuration-properties.html).
@@ -936,6 +942,15 @@ Prefix to append to the folder name.
+
+
+
+The name of the Security Group to create for the MSK Cluster.
+
+
+
+
+
@@ -1111,6 +1126,6 @@ A comma separated list of one or more hostname:port pairs to use to connect to t
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/msk/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
- "hash": "a70c6f9e128d60b694c3ec0883524c17"
+ "hash": "b3f9974be3dd4385bc44044476eeaba1"
}
##DOCS-SOURCER-END -->