Hello, when a `pulumi.<Type>PtrIntput` is ex...
# golang
b
Hello, when a
pulumi.<Type>PtrIntput
is expected, one can pass a
pulumi.<Type>
without error most of the time and I’d like to know if this is an intended and supported behaviour? Indeed, I use it a lot, but it recently broke here: https://github.com/pulumi/pulumi-aws/blob/c984ddfba812c33e5ebf7267cdf9c1498174f3d4/sdk/go/aws/rds/instance.go#L362.