Data Source: azurerm_healthcare_service

Use this data source to access information about an existing Healthcare Service

Example Usage

data "azurerm_healthcare_service" "example" {
  name                = "example-healthcare_service"
  resource_group_name = "example-resources"
  location            = "westus2"
}

output "healthcare_service_id" {
  value = data.azurerm_healthcare_service.example.id
}

Argument Reference

Attributes Reference

The following attributes are exported:


An authentication_configuration exports the following:


A cors_configuration block exports the following:

Timeouts

The timeouts block allows you to specify timeouts for certain actions: