Use this data source to access information about an existing Healthcare Workspace
data "azurerm_healthcare_workspace" "example" {
name = "example-healthcare_service"
resource_group_name = "example-resources"
}
output "healthcare_workspace_id" {
value = data.azurerm_healthcare_workspace.example.id
}
name
- The name of the Healthcare Workspace.
resource_group_name
- The name of the Resource Group in which the Healthcare Workspace exists.
The following attributes are exported:
id
- The ID of the Healthcare Workspace.
location
- The Azure Region where the Healthcare Workspace is located.
tags
- A map of tags assigned to the Healthcare Workspace.
The timeouts
block allows you to specify timeouts for certain actions:
read
- (Defaults to 5 minutes) Used when retrieving the Healthcare Workspace.