Hi I need help on following: I'm using `from pulu...
# general
b
Hi I need help on following: I'm using
from pulumi_google_native.container import v1 as container
from the doc
<https://www.pulumi.com/registry/packages/google-native/api-docs/container/v1/nodepool/#nodeconfig>
cluster_id
been deprecated and replace with
parent
, and I'm still getting the following error:
raise TypeError("Missing required property 'cluster_id'")
TypeError: Missing required property 'cluster_id'
d
Known issue, use cluster_id and ignore the deprecation warning
b
Ok sure, thank you. where do I find the issues tracker?
d
Turns out it was spoken about in a different issue, but doesn't have its own tracker. https://github.com/pulumi/pulumi-google-native/issues/689 Can you open a new issue for this, please?
b
Yes sure. Thanks