From 170c2de7503cd8fe7d2d7e4057a9da3aa97909c2 Mon Sep 17 00:00:00 2001 From: Roman Grinovski Date: Tue, 14 Nov 2023 10:29:26 +0100 Subject: [PATCH] add missing truncate (#211) Signed-off-by: Roman Grinovski --- blog/2023-10-30-what-we-learned-with-testing-feature.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blog/2023-10-30-what-we-learned-with-testing-feature.md b/blog/2023-10-30-what-we-learned-with-testing-feature.md index 644ba32c..556a6e19 100644 --- a/blog/2023-10-30-what-we-learned-with-testing-feature.md +++ b/blog/2023-10-30-what-we-learned-with-testing-feature.md @@ -15,6 +15,8 @@ authors: Jumping into a newly forked project can be a difficult task, maybe even frightening! Now, think about jumping into a production-ready project with nine years of legacy code base there. On top of that, you have the task of taking one of the project’s new features from experimental to production-ready. + + This is our journey with the OpenTofu testing feature. It’s an interesting introduction to what’s going on behind the scenes at OpenTofu, as we work on our own pipelines. In this case, we are taking raw, experimental code and turning it into something that keeps up with (and possibly outperforms) Terraform v1.6.0 with the drop-in replacement, OpenTofu v1.6.alpha.