Merge pull request #6453 from ogadaki/patch-1

fix typo in HCL code
This commit is contained in:
Preetha 2019-10-16 11:16:53 -05:00 committed by GitHub
commit 79fb1c1682
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 its actual needs:
```hcl
resource {
resources {
cpu = 200
memory = 10
}