sparse-intern-71089
12/20/2019, 11:46 PMbroad-dog-22463
12/21/2019, 12:12 AMprehistoric-account-60014
12/21/2019, 12:15 AMazure.containerservices.Registry
resource and subsequently access the registry URL as shown in this line (https://github.com/pulumi/examples/blob/8b7bcb101c9f1edcf1f3c7ab989209ada358341f/azure-ts-appservice-docker/index.ts#L58)
I was wondering if with GCP, one could do something similar. The only reference to the registry I saw was https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/gcp/container/#getRegistryRepository
After looking more into it though, I realized that in GCP there is a registry for the entire project and you can’t create individual registries like you can in Azure. For this reason, it seems reasonable that there’s no equivalent resource for GCP.