terraform-provider-stackitp.../docs/data-sources/iaas_project.md
Ruben Hönle 53a3697850
feat(iaas): support for v2 API (#1070)
relates to STACKITTPR-313
2025-12-17 15:40:46 +01:00

1.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, Deprecated) Specifies the status of the project.
  • status (String) Specifies the status of the project.
  • updated_at (String) Date-time when the project was last updated.