Skip to content

Commit

Permalink
Update Terraform terraform-aws-modules/notify-slack/aws to 4.11 (#18)
Browse files Browse the repository at this point in the history
* Update Terraform terraform-aws-modules/notify-slack/aws to 4.11

* Auto Format

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com>
  • Loading branch information
3 people authored Mar 1, 2021
1 parent 1134365 commit b71241a
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.0 |
| notify_slack | terraform-aws-modules/notify-slack/aws | 4.11 |
| 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.0 |
| notify_slack | terraform-aws-modules/notify-slack/aws | 4.11 |
| 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.0"
version = "4.11"
create = module.this.enabled
create_sns_topic = var.create_sns_topic
lambda_function_name = module.default_label.id
Expand Down

0 comments on commit b71241a

Please sign in to comment.