From 659401d9bf277d50a2b3f9caca95852439dc3cb2 Mon Sep 17 00:00:00 2001 From: Stefano Zanella Date: Sun, 11 Feb 2024 14:44:42 +0100 Subject: [PATCH] docs: Lowercase Fargate compute type annotation value (#2922) --- examples/fargate_profile/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }) } }