* wip * wip * minimal example test * wip * instance group example * neg examples * example tests * tfdoc * readme * tested * example * default urlmap value, remove stale variable * tests
7 lines
134 B
HCL
7 lines
134 B
HCL
protocol = "HTTPS"
|
|
ssl_certificates = {
|
|
certificate_ids = [
|
|
"projects/myprj/regions/europe-west1/sslCertificates/my-cert"
|
|
]
|
|
}
|