Skip to content

Commit

Permalink
remove lustre hsm container (#1731)
Browse files Browse the repository at this point in the history
  • Loading branch information
xpillons authored Oct 11, 2023
1 parent 0eb65aa commit e9764b3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tf/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,6 @@ resource "azurerm_storage_account" "azhop" {
}
}

# create a container for the lustre archive if not using an existing account
resource "azurerm_storage_container" "lustre_archive" {
count = (local.lustre_archive_account == null ? ( local.lustre_enabled ? 1 : 0) : 0)
name = "lustre"
storage_account_name = azurerm_storage_account.azhop.name
container_access_type = "private"
}


# This is the azhop telemetry deployment that is only created if telemetry is enabled.
# It is deployed to the resource group
resource "azurerm_resource_group_template_deployment" "telemetry_azhop" {
Expand Down

0 comments on commit e9764b3

Please sign in to comment.