Nemo
1b1bbcabbc
I archived the repo, and no longer maintain it. ACT changed their portal too much for this to keep working. Further, the ACT app/portal now provide detailed stats on internet usage, so this is not that helpful any more.
5 lines
174 B
HCL
5 lines
174 B
HCL
resource "docker_image" "prometheus" {
|
|
name = data.docker_registry_image.prometheus.name
|
|
pull_triggers = [data.docker_registry_image.prometheus.sha256_digest]
|
|
}
|