clever-painter-96148
12/22/2022, 11:47 AMancient-policeman-24615
12/22/2022, 1:20 PMclever-painter-96148
12/22/2022, 1:22 PMancient-policeman-24615
12/23/2022, 8:59 PMprovider
and providers
is a known issue. provider/providers
is an API that is incredibly easy to confuse. I thought we had a warning for that in the Python SDK. Since it doesn’t sound like you saw any such warning, an issue describing your experience would be appreciated.
We’re in an unfortunate place with backwards compatibility on the underlying API, but it is something we plan to address for Pulumi 4.0. Your feedback is appreciated.clever-painter-96148
12/24/2022, 10:06 AMancient-policeman-24615
12/24/2022, 12:15 PMprovider
tells Pulumi what provider to use with the resource. For a GKE cluster, the only valid provider
would be Provider for google. providers
tells Pulumi what providers to use for child resources, and is intended to be passed to component resources.clever-painter-96148
12/24/2022, 1:44 PM