https://pulumi.com logo
g

glamorous-jelly-86558

09/17/2023, 5:59 PM
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

incalculable-motherboard-92742

09/27/2023, 6:57 PM
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

glamorous-jelly-86558

09/27/2023, 8:05 PM
Thanks! 🙏
2 Views