I've been using certs with Google load balancers deployed with Pulumi but it seems the certificates need to be FQDN addresses and doesn't support wildcard subdomains. Ideally, if I could get example Pulumi code that would be great.
I tried searching for solutions but couldn't find any example code.
after finding these articles
I was able to craft the equivalent Pulumi code as follows (Posting to share with others):