cb67816eee
- have been working on this for some time now
5 lines
125 B
Terraform
5 lines
125 B
Terraform
output "fingerprint" {
|
|
description = "The fingerprint of the pulled image."
|
|
value = incus_image.this.fingerprint
|
|
}
|