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
Because there's no "tls_private_key.ca", it's "tls_private_key.default"
Fixing that, apply also fails with the error:
Must contain at least one Distinguished Name when creating Certificate Authority (CA)
the CA in the example doesn't contain "subject"
Inside tls_locally_signed_cert.default, there's a variable called "var.certificate_expiration_hours" which is not defined and it doesn't specify what it is for, or which value to use.
Minimal Reproduction
Use the provided example as is.
Environment/Versions
OS and processor: Hashicorp Cloud (Linux amd64)
Temporal Version: Cloud
Are you using Docker or Kubernetes or building Temporal from source? No
Additional context
The text was updated successfully, but these errors were encountered:
What are you really trying to do?
Create Metrics Endpoint using Terraform.
Describe the bug
Because there's no "tls_private_key.ca", it's "tls_private_key.default"
Must contain at least one Distinguished Name when creating Certificate Authority (CA)
the CA in the example doesn't contain "subject"
Minimal Reproduction
Use the provided example as is.
Environment/Versions
Additional context
The text was updated successfully, but these errors were encountered: