Skip to content

Commit

Permalink
Authentication attribute is a list
Browse files Browse the repository at this point in the history
  • Loading branch information
nickclyde committed Nov 7, 2023
1 parent 82abac8 commit 947948a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/shared/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ output "phi_storage_account_key" {
}

output "fhir_server_url" {
value = azurerm_healthcare_fhir_service.fhir_server.authentication.audience
value = azurerm_healthcare_fhir_service.fhir_server.authentication[0].audience
}

output "pipeline_runner_id" {
Expand Down

0 comments on commit 947948a

Please sign in to comment.