Hi. I'm getting started using Pulumi with GCP (onl...
# google-cloud
c
Hi. I'm getting started using Pulumi with GCP (only have AWS experince so far). I'm not sure whether I should start with
@pulumi/gcp
or
@pulumi/google-native
. How to make the right choice? 🙂
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!