Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
Update Terraform terraform-aws-modules/notify-slack/aws to 4.17
Browse files Browse the repository at this point in the history
  • Loading branch information
populov committed Jul 8, 2021
1 parent 79646e3 commit 87e5774
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ No provider.
| Name | Source | Version |
|------|--------|---------|
| default_label | cloudposse/label/null | 0.22.1 |
| notify_slack | terraform-aws-modules/notify-slack/aws | 4.12 |
| notify_slack | terraform-aws-modules/notify-slack/aws | 4.17 |
| this | cloudposse/label/null | 0.24.1 |

## Resources
Expand Down
2 changes: 1 addition & 1 deletion docs/terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ No provider.
| Name | Source | Version |
|------|--------|---------|
| default_label | cloudposse/label/null | 0.22.1 |
| notify_slack | terraform-aws-modules/notify-slack/aws | 4.12 |
| notify_slack | terraform-aws-modules/notify-slack/aws | 4.17 |
| this | cloudposse/label/null | 0.24.1 |

## Resources
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module "default_label" {

module "notify_slack" {
source = "terraform-aws-modules/notify-slack/aws"
version = "4.12"
version = "4.17"
create = module.this.enabled
create_sns_topic = var.create_sns_topic
lambda_function_name = module.default_label.id
Expand Down

0 comments on commit 87e5774

Please sign in to comment.