Skip to content

Commit

Permalink
fix: enable cluster log types upstream example (#702)
Browse files Browse the repository at this point in the history
* fix: enable cluster log types upstream example

* fix: correct var name
  • Loading branch information
Zvikan authored Jun 28, 2022
1 parent 2f26ede commit c3feefa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/upstream-with-k8s-addons/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ module "eks" {
vpc_id = module.vpc.vpc_id
subnet_ids = module.vpc.private_subnets

cluster_enabled_log_types = ["api", "audit", "authenticator", "controllerManager", "scheduler"]

eks_managed_node_group_defaults = {
instance_types = ["m6i.large", "m5.large", "m5n.large", "m5zn.large"]
create_security_group = false
Expand Down

0 comments on commit c3feefa

Please sign in to comment.