Skip to content

Commit

Permalink
Removed the import of unused resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniotarricone committed Nov 7, 2024
1 parent 9b60e02 commit 6a25470
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/main/terraform/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,4 @@ data "azurerm_user_assigned_identity" "auth" {
data "azurerm_key_vault" "general" {
name = var.general_kv_name
resource_group_name = var.general_kv_resource_group_name
}

# ------------------------------------------------------------------------------
# Key vault for cryptographics operations.
# ------------------------------------------------------------------------------
data "azurerm_key_vault" "auth" {
name = var.auth_kv_name
resource_group_name = var.auth_kv_resource_group_name
}

# ------------------------------------------------------------------------------
# Storage account containing configuration files.
# ------------------------------------------------------------------------------
data "azurerm_storage_account" "auth" {
name = var.auth_st_name
resource_group_name = var.auth_st_resource_group_name
}

0 comments on commit 6a25470

Please sign in to comment.