fix typo in HCL code
Code contains `resource` instead of `resources` (plural).
This commit is contained in:
parent
3be8364636
commit
85ece246f5
|
@ -67,7 +67,7 @@ plenty of memory headroom. We can use this information to alter our job's
|
|||
resources to better reflect is actually needs:
|
||||
|
||||
```hcl
|
||||
resource {
|
||||
resources {
|
||||
cpu = 200
|
||||
memory = 10
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue