We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9d29f commit e02b0d0Copy full SHA for e02b0d0
testdata/demo_flat/parameters.tf
@@ -101,7 +101,8 @@ data "coder_workspace_tags" "test" {
101
// Advanced admin parameter
102
data "coder_parameter" "image_hash" {
103
count = local.isAdmin ? 1 : 0
104
- name = "Image Hash"
+ name = "hash"
105
+ display_name = "Image Hash"
106
description = "Override the hash of the image to use. Only available to admins."
107
// Value can get stale
108
default = trimprefix(data.docker_registry_image.coder.sha256_digest, "sha256:")
0 commit comments