Skip to content

Commit

Permalink
Update REFERENCE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jay7x committed Sep 29, 2023
1 parent 9efd169 commit a318f67
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3170,10 +3170,19 @@ Source string or variable to provide mapping for

##### <a name="-nginx--resource--map--mappings"></a>`mappings`

Data type: `Variant[Array, Hash]`
Data type:

```puppet
Variant[
Array[Struct[{ 'key' => String, 'value' => Any }]],
Hash[String, Any]
]
```

Hash of map lookup keys and resultant values

Default value: `[]`

##### <a name="-nginx--resource--map--hostnames"></a>`hostnames`

Data type: `Boolean`
Expand Down

0 comments on commit a318f67

Please sign in to comment.