Skip to content

Commit e02b0d0

Browse files
committed
fix name/display name
1 parent ce9d29f commit e02b0d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

testdata/demo_flat/parameters.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ data "coder_workspace_tags" "test" {
101101
// Advanced admin parameter
102102
data "coder_parameter" "image_hash" {
103103
count = local.isAdmin ? 1 : 0
104-
name = "Image Hash"
104+
name = "hash"
105+
display_name = "Image Hash"
105106
description = "Override the hash of the image to use. Only available to admins."
106107
// Value can get stale
107108
default = trimprefix(data.docker_registry_image.coder.sha256_digest, "sha256:")

0 commit comments

Comments
 (0)