Skip to content

Commit

Permalink
maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 21, 2025
1 parent 5712ea8 commit cf7e8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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_upgrade_policy = { support_type = "STANDARD" }
cluster_enabled_log_types = [
"api",
"audit",
Expand Down

0 comments on commit cf7e8f8

Please sign in to comment.