clever-address-74879
07/07/2022, 8:29 PM$"zone.Id"
directly as a Cloudflare.Zone name, and now the name in pulumi is "Calling [ToString] on an [Output<T>] is not supported." I'm having issues recovering from that.pulumi export
and removed the faulty resource and then pulumi import 🚀orange-policeman-59119
07/07/2022, 9:18 PMvar zone = new Zone("new-name-for-zone", /* args */,
new CustomResourceOptions { Aliases = { new Alias { Name = "Calling [ToString] on an [Output<T>] is not supported."} } });