mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-10 03:03:33 +02:00
docs: Lowercase Fargate compute type annotation value (#2922)
This commit is contained in:
@@ -35,7 +35,7 @@ module "eks" {
|
|||||||
vpc-cni = {}
|
vpc-cni = {}
|
||||||
coredns = {
|
coredns = {
|
||||||
configuration_values = jsonencode({
|
configuration_values = jsonencode({
|
||||||
computeType = "Fargate"
|
computeType = "fargate"
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user