does anyone know how to setup vpc peering using th...
# google-cloud
b
does anyone know how to setup vpc peering using the gcp native library? I’m having a difficult time finding it in the typescript sdk
b
if can't find it in google-native, you may search it it
gcp
, google-native does not have 100% coverage of gcp api
👍 1
b
🤔 does the migration path from
gcp
to
gcp-native
effectively means destroying resources one by one?
b
the way I did is to first search in
native
, if no luck, go to
gcp
.
Native
still have a long way to go before 100% coverage
b
What’s your plan once
Native
catches up?
b
maybe leave it as it is
👍 1
t
We are definitely eager to close any API gaps in google-native asap. Do you have a code example with the classic provider here so that I could check what’s missing and why? Ideally, open an issue too. Thank you!
b
I think service api enablement is probably one that is missing, or at least I can't find it
t
b
that's what I've been used and found missed, will let you know if some others pop up
I found one more is missing, which in
gcp
is as below, but not found in
native
gcp.projects.IAMBinding
t
Thank you, this is tracked in https://github.com/pulumi/pulumi-google-native/issues/176 - feel free to upvote/comment
b
thanks