Skip to content

Commit

Permalink
Update infrastructure/transform/secrets.tf
Browse files Browse the repository at this point in the history
Co-authored-by: James Griffin <[email protected]>
  • Loading branch information
tanya-borisova and jjgriff93 authored Sep 5, 2023
1 parent 7055d04 commit 526b011
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/transform/secrets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ resource "databricks_secret" "flowehr_databricks_sql_database" {
string_value = azurerm_mssql_database.feature_database.name
scope = databricks_secret_scope.secrets.id
}

# FlowEHR external app secrets
resource "databricks_secret" "external_connection_spn_app_id" {
key = "flowehr-external-connection-app-id"
Expand Down

0 comments on commit 526b011

Please sign in to comment.