1.1 KiB
1.1 KiB
| page_title | subcategory | description |
|---|---|---|
| stackit_scf_platform Data Source - stackit | STACKIT Cloud Foundry Platform datasource schema. |
stackit_scf_platform (Data Source)
STACKIT Cloud Foundry Platform datasource schema.
Example Usage
data "stackit_scf_platform" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
platform_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
Schema
Required
platform_id(String) The unique id of the platformproject_id(String) The ID of the project associated with the platform
Optional
region(String) The region where the platform is located. If not defined, the provider region is used
Read-Only
api_url(String) The CF API Url of the platformconsole_url(String) The Stratos URL of the platformdisplay_name(String) The name of the platformid(String) Terraform's internal resource ID, structured as "project_id,region,platform_id".system_id(String) The ID of the platform System