Join Slack
Powered by
This message was deleted.
# general
s
sparse-intern-71089
05/17/2019, 7:36 PM
This message was deleted.
f
full-dress-10026
05/17/2019, 7:37 PM
It appears you can do this in Terraform:
https://www.terraform.io/docs/providers/google/d/google_container_registry_repository.html
b
billowy-garage-68819
05/17/2019, 7:48 PM
That's not a creation but a data reference object
f
full-dress-10026
05/17/2019, 7:52 PM
It appears that I can just push directly to the container registry without creating anything.
full-dress-10026
05/17/2019, 10:52 PM
Still need a way to get the auth creds for the gcp registry.
w
white-balloon-205
05/17/2019, 11:06 PM
You can use
https://pulumi.io/reference/pkg/nodejs/@pulumi/gcp/container/#getRegistryRepository
to get the reporistory reference. I believe for credentials, GCP more or less requires that you install their credentials helper:
https://cloud.google.com/container-registry/docs/advanced-authentication
Open in Slack
Previous
Next