From bfb6ad70109d8a6789f4374446026a28e44ea461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Cie=C5=9Blak?= Date: Thu, 14 Nov 2024 14:41:13 +0100 Subject: [PATCH] wip --- MIGRATION_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRATION_GUIDE.md b/MIGRATION_GUIDE.md index 085302fc641..ccd2a3165de 100644 --- a/MIGRATION_GUIDE.md +++ b/MIGRATION_GUIDE.md @@ -12,7 +12,7 @@ across different versions. ### snowflake_task resource changes Changes: - `enabled` field changed to `started` and type changed to string with only boolean values available (see ["empty" values](./v1-preparations/CHANGES_BEFORE_V1.md#empty-values)) -- `shedule` field changed from single value to nested object that allows for specifying either minutes or cron +- `schedule` field changed from single value to nested object that allows for specifying either minutes or cron Before: ```terraform