Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.37 KB

File metadata and controls

42 lines (29 loc) · 1.37 KB
page_title subcategory description
structurizr_workspaces Data Source - structurizr

structurizr_workspaces (Data Source)

Example Usage

data "structurizr_workspaces" "example" {}

output "ids" {
  value = data.structurizr_workspaces.example.workspaces.*.id
}

Schema

Read-Only

Nested Schema for workspaces

Read-Only:

  • api_key (String, Sensitive) The API key specific to the Workspace used to perform operations such as update.
  • api_secret (String, Sensitive) The API secret key specific to the Workspace used to perform operations such as update.
  • description (String) The description of the Workspace explaining roughly what it is about.
  • id (Number) The identifier of the Workspace used to perform further operations.
  • name (String) The name of the Workspace
  • private_url (String) A private URL that requires authentication to access the Workspace.
  • public_url (String) A public URL that does not require authentication to access the Workspace.
  • shareable_url (String) A shareable URL that does not require authentication and it has randomly generated ID which can be deactivated.