From 08a91a4c4d104cc1582bec75cb2c52f5d552d6d1 Mon Sep 17 00:00:00 2001 From: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:13:07 +0100 Subject: [PATCH] Typo and date fix (#346) Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com> --- ...tofu-1-9-0-beta-1.md => 2024-12-05-opentofu-1-9-0-beta-1.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename blog/{2024-12-04-opentofu-1-9-0-beta-1.md => 2024-12-05-opentofu-1-9-0-beta-1.md} (99%) diff --git a/blog/2024-12-04-opentofu-1-9-0-beta-1.md b/blog/2024-12-05-opentofu-1-9-0-beta-1.md similarity index 99% rename from blog/2024-12-04-opentofu-1-9-0-beta-1.md rename to blog/2024-12-05-opentofu-1-9-0-beta-1.md index 44fc398..ec65ffd 100644 --- a/blog/2024-12-04-opentofu-1-9-0-beta-1.md +++ b/blog/2024-12-05-opentofu-1-9-0-beta-1.md @@ -140,7 +140,7 @@ terraform { * OpenTofu will now prompt for values for input variables needed for early evaluation. * `tofu console` now accepts expressions split over multiple lines, when the newline characters appear inside bracketing pairs or when they are escaped using a backslash. * `tofu test` now throws errors instead of warnings for invalid override and mock fields. -* Several performance improvements for large graphs and large mounts of submodules. +* Several performance improvements for large graphs and large amounts of submodules. ## Providing feedback