diff --git a/sdk/Pulumi/Core/Output.cs b/sdk/Pulumi/Core/Output.cs index 5cff0157..a7116c77 100644 --- a/sdk/Pulumi/Core/Output.cs +++ b/sdk/Pulumi/Core/Output.cs @@ -496,7 +496,7 @@ public Output Apply(Func?> func) /// name="func"/>. The result remains an so that dependent resources /// can be properly tracked. /// - /// is not allowed to make resources. + /// should not be used to create resources unless necessary. Creating resources within 'func' can cause unknown behaviour. /// /// can return other s. This can be handy if /// you have an Output<SomeType> and you want to get a transitive dependency of