1.8 KiB
1.8 KiB
| page_title | subcategory | description |
|---|---|---|
| stackit_scf_organization_manager Resource - stackit | STACKIT Cloud Foundry organization manager resource schema. |
stackit_scf_organization_manager (Resource)
STACKIT Cloud Foundry organization manager resource schema.
Example Usage
resource "stackit_scf_organization_manager" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
org_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
# Only use the import statement, if you want to import an existing scf org user
# The password field is still null after import and must be entered manually in the state.
import {
to = stackit_scf_organization_manager.import-example
id = "${var.project_id},${var.region},${var.org_id},${var.user_id}"
}
Schema
Required
org_id(String) The ID of the Cloud Foundry Organizationproject_id(String) The ID of the project associated with the organization of the organization manager
Optional
region(String) The region where the organization of the organization manager is located. If not defined, the provider region is used
Read-Only
created_at(String) The time when the organization manager was createdid(String) Terraform's internal resource ID, structured as "project_id,region,org_id,user_id".password(String, Sensitive) An auto-generated passwordplatform_id(String) The ID of the platform associated with the organization of the organization managerupdated_at(String) The time when the organization manager was last updateduser_id(String) The ID of the organization manager userusername(String) An auto-generated organization manager user name