sparse-intern-71089
01/31/2023, 10:49 AMgreat-sunset-355
01/31/2023, 10:54 AMresouce.get
- https://www.pulumi.com/docs/intro/concepts/resources/get/
get_resource()
- https://www.pulumi.com/docs/intro/concepts/resources/functions/millions-pharmacist-626
01/31/2023, 10:55 AMgreat-sunset-355
01/31/2023, 10:56 AMresource.get
because in past it had some weird consequences (I do not remember now, sorry) and use get_resource
or rather get_resource_output
which works as expectedmillions-pharmacist-626
01/31/2023, 10:57 AMget_resource_output
over get_resource
? The whole input / output thing is still a bit esoteric to me. I find that whenever I need a resource value (e.g. the ID), most times I have to apply()
to use it.little-cartoon-10569
01/31/2023, 9:13 PM