Compare commits
1 Commits
742e8627e9
...
f53c5ba75a
Author | SHA1 | Date | |
---|---|---|---|
|
f53c5ba75a |
@ -6,11 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.5.9] - 2025-01-12
|
|
||||||
|
|
||||||
### Other
|
|
||||||
- fall back on timestamp if file not exists
|
|
||||||
|
|
||||||
## [0.5.8] - 2025-01-12
|
## [0.5.8] - 2025-01-12
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
2
node.tf
2
node.tf
@ -42,7 +42,7 @@ resource "null_resource" "cloud_init_deb12_node" {
|
|||||||
|
|
||||||
resource "null_resource" "node_caddy_template" {
|
resource "null_resource" "node_caddy_template" {
|
||||||
triggers = {
|
triggers = {
|
||||||
file_content = fileexists(local_file.node_caddy.filename) ? filemd5(local_file.node_caddy.filename) : timestamp()
|
file_content = filemd5(local_file.node_caddy.filename)
|
||||||
}
|
}
|
||||||
|
|
||||||
connection {
|
connection {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user