Can we access the gcp beta api yet? I’m trying to...
# general
i
Can we access the gcp beta api yet? I’m trying to create a private connection to cloud sql, and I need the equivalent of
Copy code
gcloud beta services vpc-peerings connect \
    --service=<http://servicenetworking.googleapis.com|servicenetworking.googleapis.com> \
    --ranges=[RESERVED_RANGE_NAME] \
    --network=[VPC_NETWORK] \
    --project=[PROJECT_ID]
w
We're on track to release this today! https://github.com/pulumi/pulumi-gcp/pull/110
i
fantastic, need it for regional cluster as well. I’m getting close to the end of my prototyping so this is good timing.