Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 21, 2025
1 parent 28ac821 commit 5712ea8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module "cluster" {
cluster_endpoint_private_access = var.cluster_endpoint_private_access
enable_cluster_creator_admin_permissions = var.enable_cluster_creator_admin_permissions
access_entries = local.access_entries

cluster_upgrade_policy = "STANDARD"
cluster_enabled_log_types = [
"api",
"audit",
Expand All @@ -44,9 +44,7 @@ module "cluster" {
"scheduler",
]
cloudwatch_log_group_retention_in_days = "14"
upgrade_policy {
support_type = "STANDARD"
}

vpc_id = local.vpc_id
subnet_ids = local.subnets

Expand Down

0 comments on commit 5712ea8

Please sign in to comment.