# aws_eks_cluster.main will be updated in-place~ resource "aws_eks_cluster" "main" {id = "prod-platform"name = "prod-platform"~ enabled_cluster_log_types = [- "api",- "audit",]+ force_delete = truetags = {"Environment" = "production"}# (7 unchanged attributes hidden)}