This commit is contained in:
2023-01-06 13:29:00 +09:00
parent f537a31294
commit 9a60aa0f34
27 changed files with 389 additions and 225 deletions

View File

@ -1,5 +1,5 @@
resource "aws_eks_cluster" "eks-cluster" {
name = "${var.name}-eks-cluster"
name = "${var.name}"
role_arn = var.iam_role_arn
#enabled_cluster_log_types = ["api", "audit", "authenticator", "controllerManager", "scheduler"]