nebula/monitoring/data.tf

5 lines
81 B
HCL

data "docker_registry_image" "prometheus" {
name = "prom/prometheus:latest"
}