You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create a secure-cloud-run with an existing certificate and thus I am passing [] for generate_certificates_for_domains and passing the self links for ssl_certificates_self_links
During the deploy, I am getting an error:
The argument "certificate" is required, but no definition was found.
I don't want the load balancer to create a certificate and I am not providing material for the certificate nor a private key. Instead, I want to pass an existing ssl certificate.
I don't see a way to set this input value to false without modifying the secure-cloud-run-core module directly.
The text was updated successfully, but these errors were encountered:
The logic for enabling the
create_ssl_certificate
input for the load balancer module is based on thegenerate_certificates_for_domains
being empty.For example:
I am trying to create a secure-cloud-run with an existing certificate and thus I am passing
[]
forgenerate_certificates_for_domains
and passing the self links forssl_certificates_self_links
During the deploy, I am getting an error:
I don't want the load balancer to create a certificate and I am not providing material for the certificate nor a private key. Instead, I want to pass an existing ssl certificate.
I don't see a way to set this input value to false without modifying the
secure-cloud-run-core
module directly.The text was updated successfully, but these errors were encountered: