`google_beta` is referenced in several samples, bu...
# google-cloud
g
google_beta
is referenced in several samples, but doesn’t appear to be defined any where. Any suggestions on how to proceed?
Copy code
const privateNetwork = new gcp.compute.Network("privateNetwork", {}, {
    provider: google_beta,
});
FWIW, looks like there are hundreds of pages with this problem: https://www.google.com/search?q=site%3Apulumi.com+%22google_beta%22
i
Thanks for bringing this to our attention Paul. I'll go ahead and submit a GH issue on your behalf and link it here.
g
Thanks! 🙏