We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6fa04f commit a2fb28eCopy full SHA for a2fb28e
examples/karpenter/main.tf
@@ -93,13 +93,13 @@ module "eks" {
93
resources = {
94
limits = {
95
cpu = "0.25"
96
- # 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
97
# request/limit to ensure we can fit within that task
98
memory = "256M"
99
}
100
requests = {
101
102
103
104
105
0 commit comments