helpful-processor-86468
05/13/2020, 10:31 AMlemon-agent-27707
05/13/2020, 2:36 PMservice.Template.Metadata()
is a utility function that calls `ApplyT`:
https://github.com/pulumi/pulumi-gcp/blob/master/sdk/go/gcp/cloudrun/pulumiTypes.go#L19633.0.1
that the Apply
in not typed with a pointer, which would cause this issue if the resulting value is nil.
Can you try upgrading to the latest GCP release? (v3.4.0
)helpful-processor-86468
05/14/2020, 6:28 AM