Skip to content

Commit

Permalink
IaC Terraform: fix variable reference
Browse files Browse the repository at this point in the history
  • Loading branch information
crpietschmann committed Mar 15, 2024
1 parent 179e447 commit 3e6276d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IaC/Terraform/v2/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ resource azurerm_storage_account azurestorage {
tags = local.resourceTags
}
resource azurerm_storage_container azurestoragecontainer {
name = azure_storage_blob_container_name
name = local.azure_storage_blob_container_name
storage_account_name = azurerm_storage_account.azurestorage.name
}

0 comments on commit 3e6276d

Please sign in to comment.