Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Add acr_name_override in aks-core (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
CalleB3 authored Oct 19, 2023
1 parent 6aaf7cd commit 9f5223e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions azure/aks/aks1.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ module "aks1_core" {
group_name_prefix = var.aks_group_name_prefix
kubernetes_network_policy_default_deny = var.kubernetes_network_policy_default_deny
unique_suffix = var.unique_suffix
acr_name_override = var.acr_name_override


aad_groups = module.xkf_governance_global_data.aad_groups
Expand Down
1 change: 1 addition & 0 deletions azure/aks/aks2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ module "aks2_core" {
group_name_prefix = var.aks_group_name_prefix
kubernetes_network_policy_default_deny = var.kubernetes_network_policy_default_deny
unique_suffix = var.unique_suffix
acr_name_override = var.acr_name_override


aad_groups = module.xkf_governance_global_data.aad_groups
Expand Down

0 comments on commit 9f5223e

Please sign in to comment.