Skip to content

Commit

Permalink
docs: Lowercase Fargate compute type annotation value (#2922)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Zanella authored and GitHub committed Feb 11, 2024
1 parent 6c168ef commit 659401d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fargate_profile/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ module "eks" {
vpc-cni = {}
coredns = {
configuration_values = jsonencode({
computeType = "Fargate"
computeType = "fargate"
})
}
}
Expand Down

0 comments on commit 659401d

Please sign in to comment.