Skip to content

Commit 659401d

Browse files
docs: Lowercase Fargate compute type annotation value (#2922)
1 parent 6c168ef commit 659401d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fargate_profile/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module "eks" {
3535
vpc-cni = {}
3636
coredns = {
3737
configuration_values = jsonencode({
38-
computeType = "Fargate"
38+
computeType = "fargate"
3939
})
4040
}
4141
}

0 commit comments

Comments
 (0)