File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/resources/coder_metadata Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ resource "coder_metadata" "pod_info" {
38
38
}
39
39
pair {
40
40
key = "public_key"
41
- value = tls_private_key.example_key .public_key_openssh
41
+ value = tls_private_key.example_key_pair .public_key_openssh
42
42
# The value of this item will be hidden from view by default
43
43
sensitive = true
44
44
}
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ resource "coder_metadata" "pod_info" {
23
23
}
24
24
pair {
25
25
key = " public_key"
26
- value = tls_private_key. example_key . public_key_openssh
26
+ value = tls_private_key. example_key_pair . public_key_openssh
27
27
# The value of this item will be hidden from view by default
28
28
sensitive = true
29
29
}
You can’t perform that action at this time.
0 commit comments