From 18b3da80dcfcd4415f62ec05b58caeb0c64eacf1 Mon Sep 17 00:00:00 2001 From: Justin Van Patten Date: Tue, 16 Jul 2024 07:29:50 -0700 Subject: [PATCH] wip --- content/blog/resource-transforms/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/resource-transforms/index.md b/content/blog/resource-transforms/index.md index f8c25d9b4df67..727b4f64bb0be 100644 --- a/content/blog/resource-transforms/index.md +++ b/content/blog/resource-transforms/index.md @@ -22,6 +22,6 @@ Using the new Transforms system is similar to the old system, for example: TODO -Note that there are some behavior differences between the two systems, necessary to make Transforms work across process boundaries. A migration guide [Migrating from Transformations to Transforms](/docs/concepts/options/transformations/#migrating-from-transformations-to-transforms) is available to help transition to the new system. +Note that there are some behavior differences between the two systems, necessary to make Transforms work across process boundaries. A guide on [Migrating from Transformations to Transforms](/docs/concepts/options/transformations/#migrating-from-transformations-to-transforms) is available to help transition to the new system. We're excited to address this limitation, allowing you to transform all resources in your program, including packaged components. If you have any questions or feedback, please don't hesitate to reach out to us on [Slack](https://slack.pulumi.com/).