| page_title | stackit_alb_certificate Data Source - stackit |
|---|---|
| subcategory | |
| description | ALB TLS Certificate data source schema. Must have a region specified in the provider configuration. |
ALB TLS Certificate data source schema. Must have a region specified in the provider configuration.
data "stackit_alb_certificate" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
cert_id = "example-certificate-v1-dfa816b3184f63f43d918ea5f9493f5359f6c2404b69afbb0b60fb1af69d0bc0"
}cert_id(String) The ID of the certificate.project_id(String) STACKIT project ID to which the certificate is associated.
id(String) Terraform's internal resource ID. It is structured as "project_id,region,cert_id".name(String) Certificate name.public_key(String) The PEM encoded public key partregion(String) The resource region (e.g. eu01). If not defined, the provider region is used.