1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

docs: Lowercase Fargate compute type annotation value (#2922)

This commit is contained in:
Stefano Zanella
2024-02-11 14:44:42 +01:00
committed by GitHub
parent 6c168effbe
commit 659401d9bf
+1 -1
View File
@@ -35,7 +35,7 @@ module "eks" {
vpc-cni = {} vpc-cni = {}
coredns = { coredns = {
configuration_values = jsonencode({ configuration_values = jsonencode({
computeType = "Fargate" computeType = "fargate"
}) })
} }
} }