Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Automatic Update committed Dec 13, 2024
1 parent b935890 commit 11afbcb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 0 additions & 7 deletions terraform/subscriptions/s940/c2/post-clusters/velero.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,3 @@ resource "azurerm_storage_container" "velero" {
storage_account_name = "radixvelero${module.config.environment}"
container_access_type = "private" # Options: private, blob, container
}

resource "azurerm_storage_container" "velero" {
for_each = module.clusters.oidc_issuer_url
name = each.key
storage_account_name = "radixvelero${module.config.environment}"
container_access_type = "private" # Options: private, blob, container
}
7 changes: 7 additions & 0 deletions terraform/subscriptions/s940/extmon/post-clusters/velero.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@ resource "azurerm_federated_identity_credential" "velero-mi-fedcred" {
parent_id = data.azurerm_user_assigned_identity.velero.id
resource_group_name = module.config.common_resource_group
}

resource "azurerm_storage_container" "velero" {
for_each = module.clusters.oidc_issuer_url
name = each.key
storage_account_name = "radixvelero${module.config.environment}"
container_access_type = "private" # Options: private, blob, container
}

0 comments on commit 11afbcb

Please sign in to comment.