nebula/modules/bootkube/outputs.tf

4 lines
60 B
Terraform
Raw Normal View History

output "image" {
value = "${docker_image.image.latest}"
}