Skip to content

Commit 65c0694

Browse files
davidjbbryantbiggs
andauthored
docs: Update version in README example config (#184)
Co-authored-by: Bryant Biggs <[email protected]>
1 parent 508f9ac commit 65c0694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Doing serverless with Terraform? Check out [serverless.tf framework](https://ser
2424
```hcl
2525
module "notify_slack" {
2626
source = "terraform-aws-modules/notify-slack/aws"
27-
version = "~> 4.0"
27+
version = "~> 5.0"
2828
2929
sns_topic_name = "slack-topic"
3030

0 commit comments

Comments
 (0)