Skip to content

[Automated Update][terraform-aws-messaging] v0.13.1 release #2615

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";

<VersionBadge repoTitle="AWS Messaging" version="0.13.0" lastModifiedVersion="0.13.0"/>
<VersionBadge repoTitle="AWS Messaging" version="0.13.1" lastModifiedVersion="0.13.0"/>

# Kinesis Firehose Delivery Stream Module

<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>
<a href="https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.1/modules/kinesis-firehose" className="link-button" title="View the source code for this module in GitHub.">View Source</a>

<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>

Expand All @@ -40,7 +40,7 @@ the `var.kinesis_stream_arn` to specify the kinesis data stream, we also have a

module "kinesis_firehose" {

source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/kinesis-firehose?ref=v0.13.0"
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/kinesis-firehose?ref=v0.13.1"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -77,7 +77,7 @@ module "kinesis_firehose" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/kinesis-firehose?ref=v0.13.0"
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/kinesis-firehose?ref=v0.13.1"
}

inputs = {
Expand Down Expand Up @@ -209,11 +209,11 @@ Name of the role for Kinesis Firehose
<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/kinesis-firehose/readme.md",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/kinesis-firehose/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/kinesis-firehose/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.1/modules/kinesis-firehose/readme.md",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.1/modules/kinesis-firehose/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.1/modules/kinesis-firehose/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "f621d63035b3994b480af1233431d9f3"
"hash": "777f5c5567b0b4d699499da9fe90a5f7"
}
##DOCS-SOURCER-END -->
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";

<VersionBadge repoTitle="AWS Messaging" version="0.13.0" lastModifiedVersion="0.13.0"/>
<VersionBadge repoTitle="AWS Messaging" version="0.13.1" lastModifiedVersion="0.13.0"/>

# Kinesis Data Stream Module

<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>
<a href="https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.1/modules/kinesis" className="link-button" title="View the source code for this module in GitHub.">View Source</a>

<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>

Expand Down Expand Up @@ -152,7 +152,7 @@ regions: https://github.com/aws-samples/aws-kinesis-data-streams-replicator

module "kinesis" {

source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/kinesis?ref=v0.13.0"
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/kinesis?ref=v0.13.1"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -223,7 +223,7 @@ module "kinesis" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/kinesis?ref=v0.13.0"
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/kinesis?ref=v0.13.1"
}

inputs = {
Expand Down Expand Up @@ -458,11 +458,11 @@ A map of key value pairs to apply as tags to the Kinesis stream.
<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/kinesis/readme.md",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/kinesis/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/kinesis/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.1/modules/kinesis/readme.md",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.1/modules/kinesis/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.1/modules/kinesis/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "fd42a369f17559fec82c870588347715"
"hash": "0b4b18fb3530f33c85f2568308046ca3"
}
##DOCS-SOURCER-END -->
35 changes: 25 additions & 10 deletions docs/reference/modules/terraform-aws-messaging/msk/msk.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";

<VersionBadge repoTitle="AWS Messaging" version="0.13.0" lastModifiedVersion="0.13.0"/>
<VersionBadge repoTitle="AWS Messaging" version="0.13.1" lastModifiedVersion="0.13.1"/>

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

<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>
<a href="https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.1/modules/msk" className="link-button" title="View the source code for this module in GitHub.">View Source</a>

<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>
<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>

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

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

* [IAM access control](https://docs.aws.amazon.com/msk/latest/developerguide/iam-access-control.html)
using `var.enable_client_sasl_iam`. You can refer
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).
to the [msk-with-iam-auth example module](https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.1/examples/msk-with-iam-auth).
* [TLS](https://docs.aws.amazon.com/msk/latest/developerguide/msk-authentication.html) using `var.enable_client_tls`
and `var.client_tls_certificate_authority_arns`
* [Apache Kafka ACLs](https://docs.aws.amazon.com/msk/latest/developerguide/msk-acls.html)
Expand Down Expand Up @@ -250,7 +250,7 @@ It's only supported for the provisioned cluster type (non-serverless mode).

module "msk" {

source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/msk?ref=v0.13.0"
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/msk?ref=v0.13.1"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -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).
Expand All @@ -418,7 +421,7 @@ module "msk" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/msk?ref=v0.13.0"
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/msk?ref=v0.13.1"
}

inputs = {
Expand Down Expand Up @@ -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).
Expand Down Expand Up @@ -936,6 +942,15 @@ Prefix to append to the folder name.
<HclListItemDefaultValue defaultValue="null"/>
</HclListItem>

<HclListItem name="security_group_name" requirement="optional" type="string">
<HclListItemDescription>

The name of the Security Group to create for the MSK Cluster.

</HclListItemDescription>
<HclListItemDefaultValue defaultValue="null"/>
</HclListItem>

<HclListItem name="server_properties" requirement="optional" type="map(string)">
<HclListItemDescription>

Expand Down Expand Up @@ -1106,11 +1121,11 @@ A comma separated list of one or more hostname:port pairs to use to connect to t
<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/msk/readme.md",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/msk/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/msk/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.1/modules/msk/readme.md",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.1/modules/msk/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.1/modules/msk/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "a70c6f9e128d60b694c3ec0883524c17"
"hash": "34406f2f24b646c27a66bb6ff68328c1"
}
##DOCS-SOURCER-END -->
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";

<VersionBadge repoTitle="AWS Messaging" version="0.13.0" lastModifiedVersion="0.13.0"/>
<VersionBadge repoTitle="AWS Messaging" version="0.13.1" lastModifiedVersion="0.13.0"/>

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

<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>
<a href="https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.1/modules/sns-sqs-connection" className="link-button" title="View the source code for this module in GitHub.">View Source</a>

<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>

Expand All @@ -32,7 +32,7 @@ This module makes it easy to subscribe a SQS to a SNS topic after both have been

module "sns_sqs_connection" {

source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/sns-sqs-connection?ref=v0.13.0"
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/sns-sqs-connection?ref=v0.13.1"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -81,7 +81,7 @@ module "sns_sqs_connection" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/sns-sqs-connection?ref=v0.13.0"
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/sns-sqs-connection?ref=v0.13.1"
}

inputs = {
Expand Down Expand Up @@ -201,11 +201,11 @@ Whether to enable raw message delivery (the original message is directly passed,
<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/sns-sqs-connection/readme.md",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/sns-sqs-connection/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/sns-sqs-connection/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.1/modules/sns-sqs-connection/readme.md",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.1/modules/sns-sqs-connection/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.1/modules/sns-sqs-connection/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "5fb408775ecfe7d26f4e5c779aa19015"
"hash": "6743a961c9652c71ff0797188daec78f"
}
##DOCS-SOURCER-END -->
16 changes: 8 additions & 8 deletions docs/reference/modules/terraform-aws-messaging/sns/sns.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";

<VersionBadge repoTitle="AWS Messaging" version="0.13.0" lastModifiedVersion="0.13.0"/>
<VersionBadge repoTitle="AWS Messaging" version="0.13.1" lastModifiedVersion="0.13.0"/>

# Simple Notification Service (SNS) Topic Module

<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>
<a href="https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.1/modules/sns" className="link-button" title="View the source code for this module in GitHub.">View Source</a>

<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>

Expand Down Expand Up @@ -42,7 +42,7 @@ including:

module "sns" {

source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/sns?ref=v0.13.0"
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/sns?ref=v0.13.1"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -126,7 +126,7 @@ module "sns" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/sns?ref=v0.13.0"
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/sns?ref=v0.13.1"
}

inputs = {
Expand Down Expand Up @@ -395,11 +395,11 @@ A map of key value pairs to apply as tags to the SNS topic.
<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/sns/readme.md",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/sns/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/sns/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.1/modules/sns/readme.md",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.1/modules/sns/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.1/modules/sns/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "583e08ba51d5eea0f9c6ebe9e6f5a740"
"hash": "7b358144b57ab8323d33a790773bc03a"
}
##DOCS-SOURCER-END -->
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import VersionBadge from '../../../../../src/components/VersionBadge.tsx';
import { HclListItem, HclListItemDescription, HclListItemTypeDetails, HclListItemDefaultValue, HclGeneralListItem } from '../../../../../src/components/HclListItem.tsx';
import { ModuleUsage } from "../../../../../src/components/ModuleUsage";

<VersionBadge repoTitle="AWS Messaging" version="0.13.0" lastModifiedVersion="0.13.0"/>
<VersionBadge repoTitle="AWS Messaging" version="0.13.1" lastModifiedVersion="0.13.0"/>

# Simple Queuing Service (SQS) To Lambda Connection Module

<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>
<a href="https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.1/modules/sqs-lambda-connection" className="link-button" title="View the source code for this module in GitHub.">View Source</a>

<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>

Expand All @@ -32,7 +32,7 @@ This module wraps the basics for using SQS to trigger a Lambda for processing

module "sqs_lambda_connection" {

source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/sqs-lambda-connection?ref=v0.13.0"
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/sqs-lambda-connection?ref=v0.13.1"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -76,7 +76,7 @@ module "sqs_lambda_connection" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/sqs-lambda-connection?ref=v0.13.0"
source = "git::git@github.com:gruntwork-io/terraform-aws-messaging.git//modules/sqs-lambda-connection?ref=v0.13.1"
}

inputs = {
Expand Down Expand Up @@ -183,11 +183,11 @@ Limits the number of concurrent instances that the Amazon SQS event source can i
<!-- ##DOCS-SOURCER-START
{
"originalSources": [
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/sqs-lambda-connection/readme.md",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/sqs-lambda-connection/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.0/modules/sqs-lambda-connection/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.1/modules/sqs-lambda-connection/readme.md",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.1/modules/sqs-lambda-connection/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v0.13.1/modules/sqs-lambda-connection/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "31f3f797307fabb00273c823504ecb5a"
"hash": "dca742d621828366fd0ff31a7801fa32"
}
##DOCS-SOURCER-END -->
Loading