azurerm_healthcare_dicom_service

Manages a Healthcare DICOM Service

Example Usage

resource "azurerm_healthcare_workspace" "test" {
  name                = "tfexworkspace"
  resource_group_name = "tfex-resource_group"
  location            = "east us"
}

resource "azurerm_healthcare_dicom_service" "test" {
  name         = "tfexDicom"
  workspace_id = azurerm_healthcare_workspace.test.id
  location     = "east us"

  identity {
    type = "SystemAssigned"
  }

  tags = {
    environment = "None"
  }
}

Argument Reference

The following arguments are supported:


An identity block supports the following:

Attributes Reference

In addition to the Arguments listed above - the following Attributes are exported:


An authentication block supports the following:

Timeouts

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

Import

Healthcare DICOM Service can be imported using the resourceid, e.g.

terraform import azurerm_healthcare_dicom_service.example /subscriptions/12345678-1234-9876-4563-123456789012/resourceGroups/group1/providers/Microsoft.HealthcareApis/workspaces/workspace1/dicomServices/service1