sotoon_iam_service_user (Data Source)

Retrieves a service-user from the specified workspace

Example Usage

data "sotoon_workspace" "mycompany" {
  id = "ee6f89b5-e07c-42f1-9462-05cec9cd92d8" # Workspace ID
}

data "sotoon_iam_service_user" "my_deployer" {
  workspace_id = data.sotoon_workspace.mycompany.id
  name         = "deployer"
}

Schema

Required

  • name (String) Name of the service-user.
  • workspace_id (String) Workspace which service-user is retrived from that.

Read-Only

  • id (String) ID of the service-user.