mirror of https://github.com/pulumi/pulumi.git
![]() In Go, resource types are modeled as pointers, but there were cases where the type was not being emitted as a pointer, leading to panics and marshaling errors in programs. Additionally, array and map values that are external references were being emitted as pointers, but only resources should be pointers (not types), regardless of whether the resource type is external or local. |
||
---|---|---|
.. | ||
PetArgs.cs |