Skip to content

Commit 50f65b0

Browse files
Co-authored-by: docs-sourcer[bot] <99042413+docs-sourcer[bot]@users.noreply.github.com>
1 parent 73010fe commit 50f65b0

File tree

7 files changed

+57
-57
lines changed

7 files changed

+57
-57
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="1.0.1" lastModifiedVersion="0.13.0"/>
12+
<VersionBadge repoTitle="AWS Messaging" version="1.0.2" lastModifiedVersion="0.13.0"/>
1313

1414
# Kinesis Firehose Delivery Stream Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.1/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.2/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=v1.0.1"
43+
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/kinesis-firehose?ref=v1.0.2"
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=v1.0.1"
80+
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/kinesis-firehose?ref=v1.0.2"
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/v1.0.1/modules/kinesis-firehose/readme.md",
213-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.1/modules/kinesis-firehose/variables.tf",
214-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.1/modules/kinesis-firehose/outputs.tf"
212+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/kinesis-firehose/readme.md",
213+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/kinesis-firehose/variables.tf",
214+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/kinesis-firehose/outputs.tf"
215215
],
216216
"sourcePlugin": "module-catalog-api",
217-
"hash": "31500f62adfe383b84f3ef7e5bd7a8ed"
217+
"hash": "8db9113fa20e099ec86d9419e57763ea"
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="1.0.1" lastModifiedVersion="0.13.0"/>
12+
<VersionBadge repoTitle="AWS Messaging" version="1.0.2" lastModifiedVersion="0.13.0"/>
1313

1414
# Kinesis Data Stream Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.1/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.2/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=v1.0.1"
155+
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/kinesis?ref=v1.0.2"
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=v1.0.1"
226+
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/kinesis?ref=v1.0.2"
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/v1.0.1/modules/kinesis/readme.md",
462-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.1/modules/kinesis/variables.tf",
463-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.1/modules/kinesis/outputs.tf"
461+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/kinesis/readme.md",
462+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/kinesis/variables.tf",
463+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/kinesis/outputs.tf"
464464
],
465465
"sourcePlugin": "module-catalog-api",
466-
"hash": "77cd10e9e108ce202359b20cbd8d3d68"
466+
"hash": "2b94249fc636a9a4579cb779b2eaec9c"
467467
}
468468
##DOCS-SOURCER-END -->

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

Lines changed: 9 additions & 9 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="1.0.1" lastModifiedVersion="1.0.1"/>
12+
<VersionBadge repoTitle="AWS Messaging" version="1.0.2" lastModifiedVersion="1.0.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/v1.0.1/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.2/modules/msk" 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/v1.0.1" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

@@ -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/v1.0.1/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.2/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)
@@ -264,7 +264,7 @@ It's only supported for the provisioned cluster type (non-serverless mode).
264264
265265
module "msk" {
266266
267-
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/msk?ref=v1.0.1"
267+
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/msk?ref=v1.0.2"
268268
269269
# ----------------------------------------------------------------------------------------------------
270270
# REQUIRED VARIABLES
@@ -444,7 +444,7 @@ module "msk" {
444444
# ------------------------------------------------------------------------------------------------------
445445
446446
terraform {
447-
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/msk?ref=v1.0.1"
447+
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/msk?ref=v1.0.2"
448448
}
449449
450450
inputs = {
@@ -1180,11 +1180,11 @@ A comma separated list of one or more hostname:port pairs to use to connect to t
11801180
<!-- ##DOCS-SOURCER-START
11811181
{
11821182
"originalSources": [
1183-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.1/modules/msk/readme.md",
1184-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.1/modules/msk/variables.tf",
1185-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.1/modules/msk/outputs.tf"
1183+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/msk/readme.md",
1184+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/msk/variables.tf",
1185+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/msk/outputs.tf"
11861186
],
11871187
"sourcePlugin": "module-catalog-api",
1188-
"hash": "cf346e484f206c0460a646da0491f710"
1188+
"hash": "59f6d6055769f56876cab99505541f86"
11891189
}
11901190
##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="1.0.1" lastModifiedVersion="0.13.0"/>
12+
<VersionBadge repoTitle="AWS Messaging" version="1.0.2" 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/v1.0.1/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.2/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=v1.0.1"
35+
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/sns-sqs-connection?ref=v1.0.2"
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=v1.0.1"
84+
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/sns-sqs-connection?ref=v1.0.2"
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/v1.0.1/modules/sns-sqs-connection/readme.md",
205-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.1/modules/sns-sqs-connection/variables.tf",
206-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.1/modules/sns-sqs-connection/outputs.tf"
204+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/sns-sqs-connection/readme.md",
205+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/sns-sqs-connection/variables.tf",
206+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/sns-sqs-connection/outputs.tf"
207207
],
208208
"sourcePlugin": "module-catalog-api",
209-
"hash": "738fbc883bc118ac9f2629f22d45fe47"
209+
"hash": "a2a59719346aa3a316db882b5ae978f9"
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="1.0.1" lastModifiedVersion="0.13.0"/>
12+
<VersionBadge repoTitle="AWS Messaging" version="1.0.2" 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/v1.0.1/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.2/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=v1.0.1"
45+
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/sns?ref=v1.0.2"
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=v1.0.1"
129+
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/sns?ref=v1.0.2"
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/v1.0.1/modules/sns/readme.md",
399-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.1/modules/sns/variables.tf",
400-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.1/modules/sns/outputs.tf"
398+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/sns/readme.md",
399+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/sns/variables.tf",
400+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/sns/outputs.tf"
401401
],
402402
"sourcePlugin": "module-catalog-api",
403-
"hash": "c72c3a1b4417491504c5d4a1cb577e3e"
403+
"hash": "1832cdd513fbf69e7c6c539310f7d560"
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="1.0.1" lastModifiedVersion="0.13.0"/>
12+
<VersionBadge repoTitle="AWS Messaging" version="1.0.2" 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/v1.0.1/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.2/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=v1.0.1"
35+
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/sqs-lambda-connection?ref=v1.0.2"
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=v1.0.1"
79+
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/sqs-lambda-connection?ref=v1.0.2"
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/v1.0.1/modules/sqs-lambda-connection/readme.md",
187-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.1/modules/sqs-lambda-connection/variables.tf",
188-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.1/modules/sqs-lambda-connection/outputs.tf"
186+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/sqs-lambda-connection/readme.md",
187+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/sqs-lambda-connection/variables.tf",
188+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/sqs-lambda-connection/outputs.tf"
189189
],
190190
"sourcePlugin": "module-catalog-api",
191-
"hash": "b52c75d5891edde67c590a98e07a97fc"
191+
"hash": "1783eecb9ef975123546ff33a8fd51d2"
192192
}
193193
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)