Skip to content

Commit

Permalink
Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
harryy94 committed Feb 4, 2025
1 parent 077ac4f commit 1150723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/infrastructure/terraform/web.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {
"ContentfulOptions__DeliveryApiKey" = "@Microsoft.KeyVault(SecretUri=${azurerm_key_vault_secret.contentful-delivery-api-key.versionless_id})"
"ContentfulOptions__PreviewApiKey" = "@Microsoft.KeyVault(SecretUri=${azurerm_key_vault_secret.contentful-preview-api-key.versionless_id})"
"ContentfulOptions__SpaceId" = "@Microsoft.KeyVault(SecretUri=${azurerm_key_vault_secret.contentful-space-id.versionless_id})"
"BaseUrl" = azurerm_cdn_frontdoor_endpoint.frontdoor-web-endpoint.host_name
"BaseUrl" = "https://${azurerm_cdn_frontdoor_endpoint.frontdoor-web-endpoint.host_name}"
"ApplicationInsights__ConnectionString" = "@Microsoft.KeyVault(SecretUri=${azurerm_key_vault_secret.application-insights-connection-string.versionless_id})"
"Caching__Type" = "None"
"Caching__ConnectionString" = "@Microsoft.KeyVault(SecretUri=${azurerm_key_vault_secret.redis-cache-connection-string.versionless_id})"
Expand Down

0 comments on commit 1150723

Please sign in to comment.