Skip to content
Merged
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="1.0.1" lastModifiedVersion="0.13.0"/>
<VersionBadge repoTitle="AWS Messaging" version="1.0.2" lastModifiedVersion="0.13.0"/>

# Kinesis Firehose Delivery Stream Module

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

<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::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/kinesis-firehose?ref=v1.0.1"
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/kinesis-firehose?ref=v1.0.2"

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

terraform {
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/kinesis-firehose?ref=v1.0.1"
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/kinesis-firehose?ref=v1.0.2"
}

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/v1.0.1/modules/kinesis-firehose/readme.md",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.1/modules/kinesis-firehose/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.1/modules/kinesis-firehose/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/kinesis-firehose/readme.md",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/kinesis-firehose/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/kinesis-firehose/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "31500f62adfe383b84f3ef7e5bd7a8ed"
"hash": "8db9113fa20e099ec86d9419e57763ea"
}
##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="1.0.1" lastModifiedVersion="0.13.0"/>
<VersionBadge repoTitle="AWS Messaging" version="1.0.2" lastModifiedVersion="0.13.0"/>

# Kinesis Data Stream Module

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

<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::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/kinesis?ref=v1.0.1"
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/kinesis?ref=v1.0.2"

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

terraform {
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/kinesis?ref=v1.0.1"
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/kinesis?ref=v1.0.2"
}

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/v1.0.1/modules/kinesis/readme.md",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.1/modules/kinesis/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.1/modules/kinesis/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/kinesis/readme.md",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/kinesis/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/kinesis/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "77cd10e9e108ce202359b20cbd8d3d68"
"hash": "2b94249fc636a9a4579cb779b2eaec9c"
}
##DOCS-SOURCER-END -->
18 changes: 9 additions & 9 deletions docs/reference/modules/terraform-aws-messaging/msk/msk.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="1.0.1" lastModifiedVersion="1.0.1"/>
<VersionBadge repoTitle="AWS Messaging" version="1.0.2" lastModifiedVersion="1.0.1"/>

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

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

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

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/v1.0.1/examples/msk-with-iam-auth).
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).
* [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 @@ -264,7 +264,7 @@ It's only supported for the provisioned cluster type (non-serverless mode).

module "msk" {

source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/msk?ref=v1.0.1"
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/msk?ref=v1.0.2"

# ----------------------------------------------------------------------------------------------------
# REQUIRED VARIABLES
Expand Down Expand Up @@ -444,7 +444,7 @@ module "msk" {
# ------------------------------------------------------------------------------------------------------

terraform {
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/msk?ref=v1.0.1"
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/msk?ref=v1.0.2"
}

inputs = {
Expand Down Expand Up @@ -1180,11 +1180,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/v1.0.1/modules/msk/readme.md",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.1/modules/msk/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.1/modules/msk/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/msk/readme.md",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/msk/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/msk/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "cf346e484f206c0460a646da0491f710"
"hash": "59f6d6055769f56876cab99505541f86"
}
##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="1.0.1" lastModifiedVersion="0.13.0"/>
<VersionBadge repoTitle="AWS Messaging" version="1.0.2" 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/v1.0.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/tree/v1.0.2/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::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/sns-sqs-connection?ref=v1.0.1"
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/sns-sqs-connection?ref=v1.0.2"

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

terraform {
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/sns-sqs-connection?ref=v1.0.1"
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/sns-sqs-connection?ref=v1.0.2"
}

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/v1.0.1/modules/sns-sqs-connection/readme.md",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.1/modules/sns-sqs-connection/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.1/modules/sns-sqs-connection/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/sns-sqs-connection/readme.md",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/sns-sqs-connection/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/sns-sqs-connection/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "738fbc883bc118ac9f2629f22d45fe47"
"hash": "a2a59719346aa3a316db882b5ae978f9"
}
##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="1.0.1" lastModifiedVersion="0.13.0"/>
<VersionBadge repoTitle="AWS Messaging" version="1.0.2" lastModifiedVersion="0.13.0"/>

# Simple Notification Service (SNS) Topic Module

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

<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::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/sns?ref=v1.0.1"
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/sns?ref=v1.0.2"

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

terraform {
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/sns?ref=v1.0.1"
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/sns?ref=v1.0.2"
}

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/v1.0.1/modules/sns/readme.md",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.1/modules/sns/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.1/modules/sns/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/sns/readme.md",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/sns/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/sns/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "c72c3a1b4417491504c5d4a1cb577e3e"
"hash": "1832cdd513fbf69e7c6c539310f7d560"
}
##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="1.0.1" lastModifiedVersion="0.13.0"/>
<VersionBadge repoTitle="AWS Messaging" version="1.0.2" lastModifiedVersion="0.13.0"/>

# Simple Queuing Service (SQS) To Lambda Connection Module

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

<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::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/sqs-lambda-connection?ref=v1.0.1"
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/sqs-lambda-connection?ref=v1.0.2"

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

terraform {
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/sqs-lambda-connection?ref=v1.0.1"
source = "git::[email protected]:gruntwork-io/terraform-aws-messaging.git//modules/sqs-lambda-connection?ref=v1.0.2"
}

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/v1.0.1/modules/sqs-lambda-connection/readme.md",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.1/modules/sqs-lambda-connection/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.1/modules/sqs-lambda-connection/outputs.tf"
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/sqs-lambda-connection/readme.md",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/sqs-lambda-connection/variables.tf",
"https://github.com/gruntwork-io/terraform-aws-messaging/tree/v1.0.2/modules/sqs-lambda-connection/outputs.tf"
],
"sourcePlugin": "module-catalog-api",
"hash": "b52c75d5891edde67c590a98e07a97fc"
"hash": "1783eecb9ef975123546ff33a8fd51d2"
}
##DOCS-SOURCER-END -->
Loading