terraform-provider-stackitp.../docs/data-sources/iaas_project.md
Marcel Jacek 5f1e4ff192
feat(iaas): onboard iaas project datasource (#955)
* feat: onboard iaas project datasource
2025-08-15 17:01:25 +02:00

1 KiB

page_title subcategory description
stackit_iaas_project Data Source - stackit Project details. Must have a region specified in the provider configuration.

stackit_iaas_project (Data Source)

Project details. Must have a region specified in the provider configuration.

Example Usage

data "stackit_iaas_project" "example" {
  project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}

Schema

Required

  • project_id (String) STACKIT project ID.

Read-Only

  • area_id (String) The area ID to which the project belongs to.
  • created_at (String) Date-time when the project was created.
  • id (String) Terraform's internal resource ID. It is structured as "project_id".
  • internet_access (Boolean) Specifies if the project has internet_access
  • state (String) Specifies the state of the project.
  • updated_at (String) Date-time when the project was last updated.