feat: add trigger
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Kasper Juul Hermansen 2025-01-12 14:19:42 +01:00
parent 71963be181
commit e34b5f7b7b
Signed by: kjuulh
SSH Key Fingerprint: SHA256:RjXh0p7U6opxnfd3ga/Y9TCo18FYlHFdSpRIV72S/QM

View File

@ -41,6 +41,10 @@ resource "null_resource" "cloud_init_deb12_node" {
}
resource "null_resource" "node_caddy_template" {
triggers {
file_content = filemd5(local_file.node_caddy.filename)
}
connection {
type = "ssh"
user = "root"