Skip to content

Commit

Permalink
feat: change variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyrudenko111 committed Aug 23, 2024
1 parent 5e10497 commit a53be4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ module "eks_cluster" {
cluster_encryption_config_kms_key_policy = var.cluster_encryption_config_kms_key_policy
cluster_encryption_config_resources = var.cluster_encryption_config_resources

addons = local.addons
addons_depends_on = [module.eks_node_group]
bootstrap_self_managed_addons = var.bootstrap_self_managed_addons_enabled
addons = local.addons
addons_depends_on = [module.eks_node_group]
bootstrap_self_managed_addons_enabled = var.bootstrap_self_managed_addons_enabled

access_entry_map = local.access_entry_map
access_config = {
Expand Down

0 comments on commit a53be4d

Please sign in to comment.