Skip to content

Commit

Permalink
Remove module.aks from depenendcy
Browse files Browse the repository at this point in the history
  • Loading branch information
Automatic Update committed Dec 18, 2024
1 parent 6e399cd commit 30eea38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terraform/subscriptions/s941/dev/post-clusters/velero.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ resource "azurerm_storage_container" "velero" {
name = each.key
storage_account_name = "radixvelero${module.config.environment}"
container_access_type = "private" # Options: private, blob, container
depends_on = [module.aks]
}

0 comments on commit 30eea38

Please sign in to comment.