1 KiB
1 KiB
| page_title | subcategory | description |
|---|---|---|
| stackit_resourcemanager_project Data Source - stackit | Resource Manager project data source schema. |
stackit_resourcemanager_project (Data Source)
Resource Manager project data source schema.
Example Usage
data "stackit_resourcemanager_project" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
container_id = "example-container-abc123"
}
Schema
Required
container_id(String) Project container ID.
Read-Only
id(String) Terraform's internal unique identifier of the project, equivalent to the container IDlabels(Map of String) Labels are key-value string pairs which can be attached to a resource container. A label key must match the regex [A-ZÄÜÖa-zäüöß0-9_-]{1,64}. A label value must match the regex ^$|[A-ZÄÜÖa-zäüöß0-9_-]{1,64}name(String) Project name.parent_container_id(String) Parent container ID