docs: Correct comment mis-spelling (#2642)

This commit is contained in:
Ikko Eltociear Ashimine
2023-06-07 09:26:25 +09:00
committed by GitHub
parent b6fa04f65b
commit a2fb28e63e

View File

@@ -93,13 +93,13 @@ module "eks" {
resources = { resources = {
limits = { limits = {
cpu = "0.25" cpu = "0.25"
# We are targetting the smallest Task size of 512Mb, so we subtract 256Mb from the # We are targeting the smallest Task size of 512Mb, so we subtract 256Mb from the
# request/limit to ensure we can fit within that task # request/limit to ensure we can fit within that task
memory = "256M" memory = "256M"
} }
requests = { requests = {
cpu = "0.25" cpu = "0.25"
# We are targetting the smallest Task size of 512Mb, so we subtract 256Mb from the # We are targeting the smallest Task size of 512Mb, so we subtract 256Mb from the
# request/limit to ensure we can fit within that task # request/limit to ensure we can fit within that task
memory = "256M" memory = "256M"
} }