https://pulumi.com logo
b

big-insurance-83351

09/11/2023, 5:12 AM
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

dry-keyboard-94795

09/11/2023, 6:34 AM
Known issue, use cluster_id and ignore the deprecation warning
b

big-insurance-83351

09/11/2023, 6:36 AM
Ok sure, thank you. where do I find the issues tracker?
d

dry-keyboard-94795

09/11/2023, 6:47 AM
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

big-insurance-83351

09/11/2023, 6:47 AM
Yes sure. Thanks