Skip to content

Commit

Permalink
re add storage account
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethSkylight committed Aug 15, 2023
1 parent a2b622c commit 408e9a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions terraform/modules/shared/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -554,10 +554,10 @@ resource "helm_release" "helm_clusters" {
value = "latest"
}

# set {
# name = "storage_account_url"
# value = azurerm_storage_account.phi.primary_blob_endpoint
# }
set {
name = "storage_account_url"
value = azurerm_storage_account.phi.primary_blob_endpoint
}

set {
name = "databasePassword"
Expand Down

0 comments on commit 408e9a4

Please sign in to comment.