This message was deleted.
# google-cloud
s
This message was deleted.
c
https://www.pulumi.com/blog/pulumiup-google-native-provider/ says on 2021-04-21:
New Pulumi projects for Google Cloud will default to using Google Cloud Native once it reaches general availability later this year.
So I guess I better work with
@pulumi/google-native
for a new project I start now.
b
I would recommend sticking with
@pulumi/gcp
for now
it’s possible to use both side by side, and
@pulumi/gcp
is GA whereas google-native is still in preview
c
Oh, that's good to know, thanks!