Using The OCI console how to I input an ssl cert and key into the stack
Summary: Unable to input SSL cert and key in OCI console stack and have it build successfully, fails with invalid key.
Content (please ensure you mask any confidential information):
I can run terraform at the cli and input the SSL cert and key if I flatten it out and add \r\n between begin\end header of the cert and key and it will create my load balancer.
Version (include the version you are using, if applicable):
Terraform 1.2
Code Snippet (add any code snippets that support your topic, if applicable):
resource "oci_load_balancer_certificate" "admin_cert_external" {
certificate_name = "${var.resource_name}-lb-admcert"
Tagged:
0