Smokeping doesn't need random

This commit is contained in:
Greyscale 2025-01-17 11:48:30 +01:00
parent e6ab01730d
commit f965cc0a55
Signed by: grey
GPG key ID: DDB392AE64B32D89

View file

@ -6,10 +6,6 @@ terraform {
source = "kreuzwerker/docker"
version = "~>3.0"
}
random = {
source = "hashicorp/random"
version = "~> 3.5"
}
}
}