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

View File

@@ -35,7 +35,7 @@ module "eks" {
vpc-cni = {}
coredns = {
configuration_values = jsonencode({
computeType = "Fargate"
computeType = "fargate"
})
}
}