mirror of https://github.com/pulumi/pulumi.git
827 B
827 B
Improvements
-
[codegen/go] - Remove
ResourcePtr
types from generated SDKs. Besides being unnecessary--Resource
types already accommodatenil
to indicate the lack of a value--the implementation ofPtr
types for resources was incorrect, making these types virtually unusable in practice. #8449 -
Allow interpolating plugin custom server URLs. #8507