few-plastic-88435
10/17/2022, 12:38 PMechoing-dinner-19531
10/17/2022, 2:13 PMpulumi import
2. That resource already exists, and you want to use it but don't want pulumi to manage it, in which case you want to do a "resource read". In other languages that's exposed via a get
function, I'd have to go look up what the yaml syntax for it is
3. That resource might exist, and you want pulumi to either use it or create a new one. We don't currently have a good way to support this but see https://github.com/pulumi/pulumi/issues/3364#issuecomment-1267034580 for some of our recent thoughts on being able to support this.few-plastic-88435
10/17/2022, 2:23 PMechoing-dinner-19531
10/17/2022, 2:24 PMfew-plastic-88435
10/17/2022, 2:26 PMechoing-dinner-19531
10/17/2022, 3:18 PM"${pulumi.stack}"
few-plastic-88435
10/17/2022, 3:19 PM