fix typo in HCL code

Code contains `resource` instead of `resources` (plural).
This commit is contained in:
Nicolas Decoster 2019-10-09 15:13:46 +02:00 committed by GitHub
parent 3be8364636
commit 85ece246f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
}