nebula/monitoring/data.tf

4 lines
80 B
HCL

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