Skip to content

Commit 18704fb

Browse files
Co-authored-by: docs-sourcer[bot] <99042413+docs-sourcer[bot]@users.noreply.github.com>
1 parent e7f7128 commit 18704fb

File tree

7 files changed

+73
-58
lines changed

7 files changed

+73
-58
lines changed

docs/reference/modules/terraform-aws-messaging/kinesis-firehose/kinesis-firehose.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="AWS Messaging" version="0.13.0" lastModifiedVersion="0.13.0"/>
12+
<VersionBadge repoTitle="AWS Messaging" version="1.0.0" lastModifiedVersion="0.13.0"/>
1313

1414
# Kinesis Firehose Delivery Stream Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/kinesis-firehose" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.0/modules/kinesis-firehose" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

1818
<a href="https://github.com/gruntwork-io/terraform-aws-messaging/releases/tag/v0.13.0" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

@@ -40,7 +40,7 @@ the `var.kinesis_stream_arn` to specify the kinesis data stream, we also have a
4040
4141
module "kinesis_firehose" {
4242
43-
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/kinesis-firehose?ref=v0.13.0"
43+
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/kinesis-firehose?ref=v1.0.0"
4444
4545
# ----------------------------------------------------------------------------------------------------
4646
# REQUIRED VARIABLES
@@ -77,7 +77,7 @@ module "kinesis_firehose" {
7777
# ------------------------------------------------------------------------------------------------------
7878
7979
terraform {
80-
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/kinesis-firehose?ref=v0.13.0"
80+
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/kinesis-firehose?ref=v1.0.0"
8181
}
8282
8383
inputs = {
@@ -209,11 +209,11 @@ Name of the role for Kinesis Firehose
209209
<!-- ##DOCS-SOURCER-START
210210
{
211211
"originalSources": [
212-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/kinesis-firehose/readme.md",
213-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/kinesis-firehose/variables.tf",
214-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/kinesis-firehose/outputs.tf"
212+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.0/modules/kinesis-firehose/readme.md",
213+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.0/modules/kinesis-firehose/variables.tf",
214+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.0/modules/kinesis-firehose/outputs.tf"
215215
],
216216
"sourcePlugin": "module-catalog-api",
217-
"hash": "f621d63035b3994b480af1233431d9f3"
217+
"hash": "330e2064a58c419a940c3a29367c2e60"
218218
}
219219
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-messaging/kinesis/kinesis.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="AWS Messaging" version="0.13.0" lastModifiedVersion="0.13.0"/>
12+
<VersionBadge repoTitle="AWS Messaging" version="1.0.0" lastModifiedVersion="0.13.0"/>
1313

1414
# Kinesis Data Stream Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/kinesis" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.0/modules/kinesis" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

1818
<a href="https://github.com/gruntwork-io/terraform-aws-messaging/releases/tag/v0.13.0" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

@@ -152,7 +152,7 @@ regions: https://github.com/aws-samples/aws-kinesis-data-streams-replicator
152152
153153
module "kinesis" {
154154
155-
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/kinesis?ref=v0.13.0"
155+
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/kinesis?ref=v1.0.0"
156156
157157
# ----------------------------------------------------------------------------------------------------
158158
# REQUIRED VARIABLES
@@ -223,7 +223,7 @@ module "kinesis" {
223223
# ------------------------------------------------------------------------------------------------------
224224
225225
terraform {
226-
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/kinesis?ref=v0.13.0"
226+
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/kinesis?ref=v1.0.0"
227227
}
228228
229229
inputs = {
@@ -458,11 +458,11 @@ A map of key value pairs to apply as tags to the Kinesis stream.
458458
<!-- ##DOCS-SOURCER-START
459459
{
460460
"originalSources": [
461-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/kinesis/readme.md",
462-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/kinesis/variables.tf",
463-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/kinesis/outputs.tf"
461+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.0/modules/kinesis/readme.md",
462+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.0/modules/kinesis/variables.tf",
463+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.0/modules/kinesis/outputs.tf"
464464
],
465465
"sourcePlugin": "module-catalog-api",
466-
"hash": "fd42a369f17559fec82c870588347715"
466+
"hash": "099c905587c72be13e1286e7f82eac70"
467467
}
468468
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-messaging/msk/msk.md

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="AWS Messaging" version="0.13.0" lastModifiedVersion="0.13.0"/>
12+
<VersionBadge repoTitle="AWS Messaging" version="1.0.0" lastModifiedVersion="0.13.1"/>
1313

1414
# Amazon Managed Streaming for Apache Kafka (Amazon MSK) Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/msk" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.0/modules/msk" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

18-
<a href="https://github.com/gruntwork-io/terraform-aws-messaging/releases/tag/v0.13.0" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
18+
<a href="https://github.com/gruntwork-io/terraform-aws-messaging/releases/tag/v0.13.1" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

2020
This Terraform module configures and launches an [Amazon MSK](https://aws.amazon.com/msk/) cluster.
2121

@@ -145,7 +145,7 @@ The MSK module supports the following authentication and authorization methods:
145145

146146
* [IAM access control](https://docs.aws.amazon.com/msk/latest/developerguide/iam-access-control.html)
147147
using `var.enable_client_sasl_iam`. You can refer
148-
to the [msk-with-iam-auth example module](https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/examples/msk-with-iam-auth).
148+
to the [msk-with-iam-auth example module](https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.0/examples/msk-with-iam-auth).
149149
* [TLS](https://docs.aws.amazon.com/msk/latest/developerguide/msk-authentication.html) using `var.enable_client_tls`
150150
and `var.client_tls_certificate_authority_arns`
151151
* [Apache Kafka ACLs](https://docs.aws.amazon.com/msk/latest/developerguide/msk-acls.html)
@@ -250,7 +250,7 @@ It's only supported for the provisioned cluster type (non-serverless mode).
250250
251251
module "msk" {
252252
253-
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/msk?ref=v0.13.0"
253+
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/msk?ref=v1.0.0"
254254
255255
# ----------------------------------------------------------------------------------------------------
256256
# REQUIRED VARIABLES
@@ -394,6 +394,9 @@ module "msk" {
394394
# Prefix to append to the folder name.
395395
s3_logs_prefix = null
396396
397+
# The name of the Security Group to create for the MSK Cluster.
398+
security_group_name = null
399+
397400
# Contents of the server.properties file. Supported properties are documented
398401
# in the MSK Developer Guide
399402
# (https://docs.aws.amazon.com/msk/latest/developerguide/msk-configuration-properties.html).
@@ -418,7 +421,7 @@ module "msk" {
418421
# ------------------------------------------------------------------------------------------------------
419422
420423
terraform {
421-
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/msk?ref=v0.13.0"
424+
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/msk?ref=v1.0.0"
422425
}
423426
424427
inputs = {
@@ -565,6 +568,9 @@ inputs = {
565568
# Prefix to append to the folder name.
566569
s3_logs_prefix = null
567570
571+
# The name of the Security Group to create for the MSK Cluster.
572+
security_group_name = null
573+
568574
# Contents of the server.properties file. Supported properties are documented
569575
# in the MSK Developer Guide
570576
# (https://docs.aws.amazon.com/msk/latest/developerguide/msk-configuration-properties.html).
@@ -936,6 +942,15 @@ Prefix to append to the folder name.
936942
<HclListItemDefaultValue defaultValue="null"/>
937943
</HclListItem>
938944

945+
<HclListItem name="security_group_name" requirement="optional" type="string">
946+
<HclListItemDescription>
947+
948+
The name of the Security Group to create for the MSK Cluster.
949+
950+
</HclListItemDescription>
951+
<HclListItemDefaultValue defaultValue="null"/>
952+
</HclListItem>
953+
939954
<HclListItem name="server_properties" requirement="optional" type="map(string)">
940955
<HclListItemDescription>
941956

@@ -1106,11 +1121,11 @@ A comma separated list of one or more hostname:port pairs to use to connect to t
11061121
<!-- ##DOCS-SOURCER-START
11071122
{
11081123
"originalSources": [
1109-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/msk/readme.md",
1110-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/msk/variables.tf",
1111-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/msk/outputs.tf"
1124+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.0/modules/msk/readme.md",
1125+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.0/modules/msk/variables.tf",
1126+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.0/modules/msk/outputs.tf"
11121127
],
11131128
"sourcePlugin": "module-catalog-api",
1114-
"hash": "a70c6f9e128d60b694c3ec0883524c17"
1129+
"hash": "89365a88471796de31fa1baa9c860a8a"
11151130
}
11161131
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-messaging/sns-sqs-connection/sns-sqs-connection.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="AWS Messaging" version="0.13.0" lastModifiedVersion="0.13.0"/>
12+
<VersionBadge repoTitle="AWS Messaging" version="1.0.0" lastModifiedVersion="0.13.0"/>
1313

1414
# Simple Notification Service (SNS) Topic to Simple Queuing Service (SQS) Connection Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/sns-sqs-connection" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.0/modules/sns-sqs-connection" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

1818
<a href="https://github.com/gruntwork-io/terraform-aws-messaging/releases/tag/v0.13.0" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

@@ -32,7 +32,7 @@ This module makes it easy to subscribe a SQS to a SNS topic after both have been
3232
3333
module "sns_sqs_connection" {
3434
35-
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/sns-sqs-connection?ref=v0.13.0"
35+
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/sns-sqs-connection?ref=v1.0.0"
3636
3737
# ----------------------------------------------------------------------------------------------------
3838
# REQUIRED VARIABLES
@@ -81,7 +81,7 @@ module "sns_sqs_connection" {
8181
# ------------------------------------------------------------------------------------------------------
8282
8383
terraform {
84-
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/sns-sqs-connection?ref=v0.13.0"
84+
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/sns-sqs-connection?ref=v1.0.0"
8585
}
8686
8787
inputs = {
@@ -201,11 +201,11 @@ Whether to enable raw message delivery (the original message is directly passed,
201201
<!-- ##DOCS-SOURCER-START
202202
{
203203
"originalSources": [
204-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/sns-sqs-connection/readme.md",
205-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/sns-sqs-connection/variables.tf",
206-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/sns-sqs-connection/outputs.tf"
204+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.0/modules/sns-sqs-connection/readme.md",
205+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.0/modules/sns-sqs-connection/variables.tf",
206+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.0/modules/sns-sqs-connection/outputs.tf"
207207
],
208208
"sourcePlugin": "module-catalog-api",
209-
"hash": "5fb408775ecfe7d26f4e5c779aa19015"
209+
"hash": "dce075a223506b7a560fd8138b8cfc04"
210210
}
211211
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-messaging/sns/sns.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="AWS Messaging" version="0.13.0" lastModifiedVersion="0.13.0"/>
12+
<VersionBadge repoTitle="AWS Messaging" version="1.0.0" lastModifiedVersion="0.13.0"/>
1313

1414
# Simple Notification Service (SNS) Topic Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/sns" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.0/modules/sns" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

1818
<a href="https://github.com/gruntwork-io/terraform-aws-messaging/releases/tag/v0.13.0" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

@@ -42,7 +42,7 @@ including:
4242
4343
module "sns" {
4444
45-
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/sns?ref=v0.13.0"
45+
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/sns?ref=v1.0.0"
4646
4747
# ----------------------------------------------------------------------------------------------------
4848
# REQUIRED VARIABLES
@@ -126,7 +126,7 @@ module "sns" {
126126
# ------------------------------------------------------------------------------------------------------
127127
128128
terraform {
129-
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/sns?ref=v0.13.0"
129+
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/sns?ref=v1.0.0"
130130
}
131131
132132
inputs = {
@@ -395,11 +395,11 @@ A map of key value pairs to apply as tags to the SNS topic.
395395
<!-- ##DOCS-SOURCER-START
396396
{
397397
"originalSources": [
398-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/sns/readme.md",
399-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/sns/variables.tf",
400-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/sns/outputs.tf"
398+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.0/modules/sns/readme.md",
399+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.0/modules/sns/variables.tf",
400+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.0/modules/sns/outputs.tf"
401401
],
402402
"sourcePlugin": "module-catalog-api",
403-
"hash": "583e08ba51d5eea0f9c6ebe9e6f5a740"
403+
"hash": "fdd973187f1f09d7c60733e9009ae109"
404404
}
405405
##DOCS-SOURCER-END -->

docs/reference/modules/terraform-aws-messaging/sqs-lambda-connection/sqs-lambda-connection.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
99
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
1010
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";
1111

12-
<VersionBadge repoTitle="AWS Messaging" version="0.13.0" lastModifiedVersion="0.13.0"/>
12+
<VersionBadge repoTitle="AWS Messaging" version="1.0.0" lastModifiedVersion="0.13.0"/>
1313

1414
# Simple Queuing Service (SQS) To Lambda Connection Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/sqs-lambda-connection" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
16+
<a href="https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.0/modules/sqs-lambda-connection" className="link-button" title="View the source code for this module in GitHub.">View Source</a>
1717

1818
<a href="https://github.com/gruntwork-io/terraform-aws-messaging/releases/tag/v0.13.0" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

@@ -32,7 +32,7 @@ This module wraps the basics for using SQS to trigger a Lambda for processing
3232
3333
module "sqs_lambda_connection" {
3434
35-
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/sqs-lambda-connection?ref=v0.13.0"
35+
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/sqs-lambda-connection?ref=v1.0.0"
3636
3737
# ----------------------------------------------------------------------------------------------------
3838
# REQUIRED VARIABLES
@@ -76,7 +76,7 @@ module "sqs_lambda_connection" {
7676
# ------------------------------------------------------------------------------------------------------
7777
7878
terraform {
79-
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/sqs-lambda-connection?ref=v0.13.0"
79+
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/sqs-lambda-connection?ref=v1.0.0"
8080
}
8181
8282
inputs = {
@@ -183,11 +183,11 @@ Limits the number of concurrent instances that the Amazon SQS event source can i
183183
<!-- ##DOCS-SOURCER-START
184184
{
185185
"originalSources": [
186-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/sqs-lambda-connection/readme.md",
187-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/sqs-lambda-connection/variables.tf",
188-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/sqs-lambda-connection/outputs.tf"
186+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.0/modules/sqs-lambda-connection/readme.md",
187+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.0/modules/sqs-lambda-connection/variables.tf",
188+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.0/modules/sqs-lambda-connection/outputs.tf"
189189
],
190190
"sourcePlugin": "module-catalog-api",
191-
"hash": "31f3f797307fabb00273c823504ecb5a"
191+
"hash": "bc5603873ec84d0a0280018cbefafdb4"
192192
}
193193
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)