mirror of
https://github.com/coder/coder.git
synced 2025-08-01 08:28:48 +00:00
feat: make ephemeral parameters optional (#8571)
This commit is contained in:
1
docs/templates/parameters.md
vendored
1
docs/templates/parameters.md
vendored
@@ -163,6 +163,7 @@ data "coder_parameter" "force_rebuild" {
|
||||
type = "bool"
|
||||
description = "Rebuild the Docker image rather than use the cached one."
|
||||
mutable = true
|
||||
default = false
|
||||
ephemeral = true
|
||||
}
|
||||
```
|
||||
|
Reference in New Issue
Block a user