We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e455750 commit 463e5d1Copy full SHA for 463e5d1
1 file changed
dns/record_generator/main.tf
@@ -76,7 +76,7 @@ locals {
76
data = {
77
algorithm = local.SSHFP_SPEC["ssh-${alg}"]
78
type = 2 # SHA256
79
- fingerprint = data.external.key2fp[key].result["ssh-${alg}"]
+ fingerprint = upper(data.external.key2fp[key].result["ssh-${alg}"])
80
}
81
82
]
@@ -89,7 +89,7 @@ locals {
89
90
91
92
93
94
95
0 commit comments