diff --git a/README.md b/README.md index 30967e9..1a623cf 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ No providers. | Name | Source | Version | |------|--------|---------| | [default\_label](#module\_default\_label) | cloudposse/label/null | 0.25.0 | -| [notify\_slack](#module\_notify\_slack) | terraform-aws-modules/notify-slack/aws | 4.18 | +| [notify\_slack](#module\_notify\_slack) | terraform-aws-modules/notify-slack/aws | 4.19 | | [this](#module\_this) | cloudposse/label/null | 0.25.0 | ## Resources diff --git a/docs/terraform.md b/docs/terraform.md index 994ce13..1f14f70 100644 --- a/docs/terraform.md +++ b/docs/terraform.md @@ -19,7 +19,7 @@ No providers. | Name | Source | Version | |------|--------|---------| | [default\_label](#module\_default\_label) | cloudposse/label/null | 0.25.0 | -| [notify\_slack](#module\_notify\_slack) | terraform-aws-modules/notify-slack/aws | 4.18 | +| [notify\_slack](#module\_notify\_slack) | terraform-aws-modules/notify-slack/aws | 4.19 | | [this](#module\_this) | cloudposse/label/null | 0.25.0 | ## Resources diff --git a/main.tf b/main.tf index 2c8500d..1699e5d 100644 --- a/main.tf +++ b/main.tf @@ -7,7 +7,7 @@ module "default_label" { module "notify_slack" { source = "terraform-aws-modules/notify-slack/aws" - version = "4.18" + version = "4.19" create = module.this.enabled create_sns_topic = var.create_sns_topic lambda_function_name = module.default_label.id