Skip to content
Prev Previous commit
Next Next commit
Update docs/templates/parameters.md
Co-authored-by: Cian Johnston <public@cianjohnston.ie>
  • Loading branch information
mtojek and johnstcn authored Mar 9, 2023
commit f2f9bee562056c0210abca917e28b82593c23113
2 changes: 1 addition & 1 deletion docs/templates/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ data "coder_parameter" "region" {
}
```

It is allowed to modify the mutability state anytime. In case of emergency, admins can temporarily allow for changing immutable parameters to fix an operational issue, but it is not
It is allowed to modify the mutability state anytime. In case of emergency, template authors can temporarily allow for changing immutable parameters to fix an operational issue, but it is not
advised to overuse this opportunity.

## Validation
Expand Down