fix: should've been equal
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2010b4328d
commit
b7a50ec2de
2
node.tf
2
node.tf
@ -41,7 +41,7 @@ resource "null_resource" "cloud_init_deb12_node" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
resource "null_resource" "node_caddy_template" {
|
resource "null_resource" "node_caddy_template" {
|
||||||
triggers {
|
triggers = {
|
||||||
file_content = filemd5(local_file.node_caddy.filename)
|
file_content = filemd5(local_file.node_caddy.filename)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user