nebula/monitoring/data.tf
2019-05-19 12:51:53 +05:30

4 lines
80 B
HCL

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