Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.13 KB

File metadata and controls

35 lines (26 loc) · 1.13 KB
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.

stackit_alb_certificate (Data Source)

ALB TLS Certificate data source schema. Must have a region specified in the provider configuration.

Example Usage

data "stackit_alb_certificate" "example" {
  project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
  cert_id    = "example-certificate-v1-dfa816b3184f63f43d918ea5f9493f5359f6c2404b69afbb0b60fb1af69d0bc0"
}

Schema

Required

  • cert_id (String) The ID of the certificate.
  • project_id (String) STACKIT project ID to which the certificate is associated.

Read-Only

  • 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 part
  • region (String) The resource region (e.g. eu01). If not defined, the provider region is used.