Skip to content

Commit

Permalink
Use westus2 for FHIR healthcare service
Browse files Browse the repository at this point in the history
  • Loading branch information
nickclyde committed Nov 3, 2023
1 parent fe76e5f commit 58183bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/modules/shared/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -521,13 +521,13 @@ locals {

resource "azurerm_healthcare_workspace" "fhir_server" {
name = local.fhir_server_name
location = var.location
location = "westus2"
resource_group_name = var.resource_group_name
}

resource "azurerm_healthcare_fhir_service" "fhir_server" {
name = local.fhir_server_name
location = var.location
location = "westus2"
resource_group_name = var.resource_group_name
workspace_id = azurerm_healthcare_workspace.fhir_server.id
kind = "fhir-R4"
Expand Down

0 comments on commit 58183bf

Please sign in to comment.