https://pulumi.com logo
#general
Title
# general
c

crooked-pharmacist-80040

10/11/2023, 6:17 PM
How to create an ssl certificate and attach it to a domain? My gcloud command I want to perform via pulumi is:
Copy code
gcloud compute ssl-certificates create $CERT_NAME \
 --domains=${SUBDOMAIN}.<http://aviral.io|aviral.io>
I can see the documentation for SSLCert but can't see the domain field in there. https://www.pulumi.com/registry/packages/gcp/api-docs/compute/sslcertificate/#inputs