From a77acd710494c481004d67bc58bd73c1833a34ac Mon Sep 17 00:00:00 2001 From: Stephen Patterson Date: Fri, 19 Aug 2022 14:07:59 +0100 Subject: [PATCH] fix: typo in readme (#11) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65ad3fa..9d79be1 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ module "ssm" { maintenance_window = { enabled = true schedule = "cron(0 9 */7 * ?)" - schedule_timezonk = "UTC" + schedule_timezone = "UTC" cutoff = 0 duration = 1 }