Skip to content

Commit 92cbff9

Browse files
authored
chore: Fixed typo in create_rules in the README file (#50)
1 parent 47d1b91 commit 92cbff9

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
@@ -317,7 +317,7 @@ module "eventbridge" {
317317
create = false # to disable all resources
318318
319319
create_bus = false # to control creation of the EventBridge Bus and related resources
320-
create_rule = false # to control creation of EventBridge Rules and related resources
320+
create_rules = false # to control creation of EventBridge Rules and related resources
321321
create_targets = false # to control creation of EventBridge Targets and related resources
322322
create_archives = false # to control creation of EventBridge Archives
323323
create_permissions = false # to control creation of EventBridge Permissions

0 commit comments

Comments
 (0)