1.3 KiB
1.3 KiB
| page_title | subcategory | description |
|---|---|---|
| stackit_service_account Resource - stackit | Service account resource schema. ~> This resource is in beta and may be subject to breaking changes in the future. Use with caution. See our guide https://registry.terraform.io/providers/stackitcloud/stackit/latest/docs/guides/opting_into_beta_resources for how to opt-in to use beta resources. |
stackit_service_account (Resource)
Service account resource schema.
~> This resource is in beta and may be subject to breaking changes in the future. Use with caution. See our guide for how to opt-in to use beta resources.
Example Usage
resource "stackit_service_account" "sa" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
name = "sa01"
}
Schema
Required
name(String) Name of the service account.project_id(String) STACKIT project ID to which the service account is associated.
Read-Only
email(String) Email of the service account.id(String) Terraform's internal resource ID, structured as "project_id,email".