Skip to content

Commit

Permalink
Merge pull request #34 from DFE-Digital/ammend-logs-storage-name
Browse files Browse the repository at this point in the history
Ammend logs storage name
  • Loading branch information
Stretch96 authored Jun 7, 2023
2 parents 7adbcac + faba90d commit c410945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logs-storage.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "azurerm_storage_account" "logs" {
count = local.enable_diagnostic_storage_account ? 1 : 0

name = "${replace(local.resource_prefix, "-", "")}logs"
name = "${replace(local.resource_prefix, "-", "")}tfvarslogs"
resource_group_name = local.resource_group.name
location = local.resource_group.location
account_tier = "Standard"
Expand Down

0 comments on commit c410945

Please sign in to comment.