feat: make ephemeral parameters optional (#8571)

This commit is contained in:
Marcin Tojek
2023-07-18 11:56:41 +02:00
committed by GitHub
parent 7d92537af5
commit ab54008c94
9 changed files with 15 additions and 107 deletions

View File

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