diff --git a/examples/fargate_profile/main.tf b/examples/fargate_profile/main.tf index 0b3c6b4..16fe82c 100644 --- a/examples/fargate_profile/main.tf +++ b/examples/fargate_profile/main.tf @@ -35,7 +35,7 @@ module "eks" { vpc-cni = {} coredns = { configuration_values = jsonencode({ - computeType = "Fargate" + computeType = "fargate" }) } }