Skip to content

Commit 90af277

Browse files
Updated with the [latest changes](https://github.com/gruntwork-io/terraform-aws-messaging/releases/tag/v0.12.2) from the terraform-aws-messaging@v0.12.2 source branch.
1 parent e1a6cf5 commit 90af277

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="0.12.1" />
12+
<VersionBadge repoTitle="AWS Messaging" version="0.12.2" />
1313

1414
# Kinesis Firehose Delivery Stream Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.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/v0.12.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?q=kinesis-firehose" className="link-button" title="Release notes for only versions which impacted this module.">Release Notes</a>
1919

@@ -39,7 +39,7 @@ stream.
3939
4040
module "kinesis_firehose" {
4141
42-
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/kinesis-firehose?ref=v0.12.1"
42+
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/kinesis-firehose?ref=v0.12.2"
4343
4444
# ----------------------------------------------------------------------------------------------------
4545
# REQUIRED VARIABLES
@@ -69,7 +69,7 @@ module "kinesis_firehose" {
6969
# ------------------------------------------------------------------------------------------------------
7070
7171
terraform {
72-
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/kinesis-firehose?ref=v0.12.1"
72+
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/kinesis-firehose?ref=v0.12.2"
7373
}
7474
7575
inputs = {
@@ -155,11 +155,11 @@ Name of the Kinesis Firehose delivery stream.
155155
<!-- ##DOCS-SOURCER-START
156156
{
157157
"originalSources": [
158-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.1/modules/kinesis-firehose/readme.md",
159-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.1/modules/kinesis-firehose/variables.tf",
160-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.1/modules/kinesis-firehose/outputs.tf"
158+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.2/modules/kinesis-firehose/readme.md",
159+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.2/modules/kinesis-firehose/variables.tf",
160+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.2/modules/kinesis-firehose/outputs.tf"
161161
],
162162
"sourcePlugin": "module-catalog-api",
163-
"hash": "fbb2dcf64f96eec63942d03096dbda93"
163+
"hash": "efd79ab51475acd7879a6e25c7559086"
164164
}
165165
##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.12.1" lastModifiedVersion="0.12.0"/>
12+
<VersionBadge repoTitle="AWS Messaging" version="0.12.2" lastModifiedVersion="0.12.0"/>
1313

1414
# Kinesis Data Stream Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.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/v0.12.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.12.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::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/kinesis?ref=v0.12.1"
155+
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/kinesis?ref=v0.12.2"
156156
157157
# ----------------------------------------------------------------------------------------------------
158158
# REQUIRED VARIABLES
@@ -223,7 +223,7 @@ module "kinesis" {
223223
# ------------------------------------------------------------------------------------------------------
224224
225225
terraform {
226-
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/kinesis?ref=v0.12.1"
226+
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/kinesis?ref=v0.12.2"
227227
}
228228
229229
inputs = {
@@ -459,11 +459,11 @@ A map of key value pairs to apply as tags to the Kinesis stream.
459459
<!-- ##DOCS-SOURCER-START
460460
{
461461
"originalSources": [
462-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.1/modules/kinesis/readme.md",
463-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.1/modules/kinesis/variables.tf",
464-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.1/modules/kinesis/outputs.tf"
462+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.2/modules/kinesis/readme.md",
463+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.2/modules/kinesis/variables.tf",
464+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.2/modules/kinesis/outputs.tf"
465465
],
466466
"sourcePlugin": "module-catalog-api",
467-
"hash": "0e3daa13e284f3f21609770e56b6f66e"
467+
"hash": "bfcbe5be06768d037f818d5d63c9600d"
468468
}
469469
##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="0.12.1" lastModifiedVersion="0.12.0"/>
12+
<VersionBadge repoTitle="AWS Messaging" version="0.12.2" lastModifiedVersion="0.12.0"/>
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.12.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/v0.12.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/v0.12.0" 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/v0.12.1/examples/msk-with-iam-auth).
148+
to the [msk-with-iam-auth example module](https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.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)
@@ -250,7 +250,7 @@ It's only supported for the provisioned cluster type (non-serverless mode).
250250
251251
module "msk" {
252252
253-
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/msk?ref=v0.12.1"
253+
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/msk?ref=v0.12.2"
254254
255255
# ----------------------------------------------------------------------------------------------------
256256
# REQUIRED VARIABLES
@@ -418,7 +418,7 @@ module "msk" {
418418
# ------------------------------------------------------------------------------------------------------
419419
420420
terraform {
421-
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/msk?ref=v0.12.1"
421+
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/msk?ref=v0.12.2"
422422
}
423423
424424
inputs = {
@@ -1107,11 +1107,11 @@ A comma separated list of one or more hostname:port pairs to use to connect to t
11071107
<!-- ##DOCS-SOURCER-START
11081108
{
11091109
"originalSources": [
1110-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.1/modules/msk/readme.md",
1111-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.1/modules/msk/variables.tf",
1112-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.1/modules/msk/outputs.tf"
1110+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.2/modules/msk/readme.md",
1111+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.2/modules/msk/variables.tf",
1112+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.2/modules/msk/outputs.tf"
11131113
],
11141114
"sourcePlugin": "module-catalog-api",
1115-
"hash": "09e0dc41d1e91bad4c9892f0a8a756de"
1115+
"hash": "23c5765dfb73c149af29faf38ae48bcf"
11161116
}
11171117
##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.12.1" lastModifiedVersion="0.11.0"/>
12+
<VersionBadge repoTitle="AWS Messaging" version="0.12.2" lastModifiedVersion="0.11.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.12.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/v0.12.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.11.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::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/sns-sqs-connection?ref=v0.12.1"
35+
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/sns-sqs-connection?ref=v0.12.2"
3636
3737
# ----------------------------------------------------------------------------------------------------
3838
# REQUIRED VARIABLES
@@ -72,7 +72,7 @@ module "sns_sqs_connection" {
7272
# ------------------------------------------------------------------------------------------------------
7373
7474
terraform {
75-
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/sns-sqs-connection?ref=v0.12.1"
75+
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/sns-sqs-connection?ref=v0.12.2"
7676
}
7777
7878
inputs = {
@@ -166,11 +166,11 @@ The queue URL for the Simple Queue Service (SQS).
166166
<!-- ##DOCS-SOURCER-START
167167
{
168168
"originalSources": [
169-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.1/modules/sns-sqs-connection/readme.md",
170-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.1/modules/sns-sqs-connection/variables.tf",
171-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.1/modules/sns-sqs-connection/outputs.tf"
169+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.2/modules/sns-sqs-connection/readme.md",
170+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.2/modules/sns-sqs-connection/variables.tf",
171+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.2/modules/sns-sqs-connection/outputs.tf"
172172
],
173173
"sourcePlugin": "module-catalog-api",
174-
"hash": "373a0ba7c17b24c42fdb43bc5afb58f5"
174+
"hash": "302b3a22ae1540112137b20beabee5cf"
175175
}
176176
##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.12.1" lastModifiedVersion="0.11.0"/>
12+
<VersionBadge repoTitle="AWS Messaging" version="0.12.2" lastModifiedVersion="0.11.0"/>
1313

1414
# Simple Notification Service (SNS) Topic Module
1515

16-
<a href="https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.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/v0.12.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.11.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::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/sns?ref=v0.12.1"
45+
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/sns?ref=v0.12.2"
4646
4747
# ----------------------------------------------------------------------------------------------------
4848
# REQUIRED VARIABLES
@@ -109,7 +109,7 @@ module "sns" {
109109
# ------------------------------------------------------------------------------------------------------
110110
111111
terraform {
112-
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/sns?ref=v0.12.1"
112+
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/sns?ref=v0.12.2"
113113
}
114114
115115
inputs = {
@@ -335,11 +335,11 @@ A map of key value pairs to apply as tags to the SNS topic.
335335
<!-- ##DOCS-SOURCER-START
336336
{
337337
"originalSources": [
338-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.1/modules/sns/readme.md",
339-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.1/modules/sns/variables.tf",
340-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.1/modules/sns/outputs.tf"
338+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.2/modules/sns/readme.md",
339+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.2/modules/sns/variables.tf",
340+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.2/modules/sns/outputs.tf"
341341
],
342342
"sourcePlugin": "module-catalog-api",
343-
"hash": "5dd80ce6a0e2bd45d658822edac43d84"
343+
"hash": "aa9b0c08c2f8c6f51aeb23d87632dd8f"
344344
}
345345
##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.12.1" lastModifiedVersion="0.9.0"/>
12+
<VersionBadge repoTitle="AWS Messaging" version="0.12.2" lastModifiedVersion="0.9.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.12.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/v0.12.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.9.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::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/sqs-lambda-connection?ref=v0.12.1"
35+
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/sqs-lambda-connection?ref=v0.12.2"
3636
3737
# ----------------------------------------------------------------------------------------------------
3838
# REQUIRED VARIABLES
@@ -67,7 +67,7 @@ module "sqs_lambda_connection" {
6767
# ------------------------------------------------------------------------------------------------------
6868
6969
terraform {
70-
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/sqs-lambda-connection?ref=v0.12.1"
70+
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/sqs-lambda-connection?ref=v0.12.2"
7171
}
7272
7373
inputs = {
@@ -148,11 +148,11 @@ The largest number of records that Lambda will retrieve from your event source a
148148
<!-- ##DOCS-SOURCER-START
149149
{
150150
"originalSources": [
151-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.1/modules/sqs-lambda-connection/readme.md",
152-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.1/modules/sqs-lambda-connection/variables.tf",
153-
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.1/modules/sqs-lambda-connection/outputs.tf"
151+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.2/modules/sqs-lambda-connection/readme.md",
152+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.2/modules/sqs-lambda-connection/variables.tf",
153+
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.12.2/modules/sqs-lambda-connection/outputs.tf"
154154
],
155155
"sourcePlugin": "module-catalog-api",
156-
"hash": "9bfab4e1657246ab52c43cfa19b96bf7"
156+
"hash": "c491a4b3c5ad52031e8182298a53c2cc"
157157
}
158158
##DOCS-SOURCER-END -->

0 commit comments

Comments
 (0)