page_title | subcategory | description |
---|---|---|
structurizr_workspaces Data Source - structurizr |
data "structurizr_workspaces" "example" {}
output "ids" {
value = data.structurizr_workspaces.example.workspaces.*.id
}
workspaces
(Attributes List) (see below for nested schema)
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 Workspaceprivate_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.