Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
8d7aea6894
|
|||
b793003532
|
2
node.tf
2
node.tf
@@ -42,7 +42,7 @@ resource "null_resource" "cloud_init_deb12_node" {
|
||||
|
||||
resource "null_resource" "node_caddy_template" {
|
||||
triggers = {
|
||||
file_content = filemd5(local_file.node_caddy.filename)
|
||||
file_content = fileexists(local_file.node_caddy.filename) ? filemd5(local_file.node_caddy.filename) : timestamp()
|
||||
}
|
||||
|
||||
connection {
|
||||
|
Reference in New Issue
Block a user