I just got this warning (using `@pulumi/gcp`) : ``...
# general
f
I just got this warning (using
@pulumi/gcp
) :
Copy code
warning: urn:pulumi:REDACTED::REDACTED::REDACTED:Cluster$gcp:container/nodePool:NodePool::REDACTED verification warning: "node_config.0.taint": [DEPRECATED] This field is in beta and will be removed from this provider. Use it in the the google-beta provider instead. See <https://terraform.io/docs/providers/google/provider_versions.html> for more details.
The page says terraform provides 2 providers
google
and
google-beta
but I don’t see how to choose between them from a pulumi point of view, there’s only one class
Provider
without a
beta
option in
@pulumi/gcp
a
found this issue https://github.com/pulumi/pulumi-gcp/issues/57 very interested in this myself as I'm using some GCP beta features via terraform currently, and really want to move everything to pulumi
f
great, thanks, I’ll susbcribe to it. That’s only warnings for now but could quickly become more problematic.
w
Yes - we will absolutely make the beta provider available before bringing in any updates that remove beta functionality. The linked issue above is where we are tracking this.