Compare commits
3 Commits
2c0fe6057e
...
f53c5ba75a
Author | SHA1 | Date | |
---|---|---|---|
|
f53c5ba75a | ||
b7a50ec2de | |||
2010b4328d |
@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.5.8] - 2025-01-12
|
||||
|
||||
### Fixed
|
||||
- should've been equal
|
||||
|
||||
## [0.5.7] - 2025-01-12
|
||||
|
||||
### Added
|
||||
|
2
node.tf
2
node.tf
@ -41,7 +41,7 @@ resource "null_resource" "cloud_init_deb12_node" {
|
||||
}
|
||||
|
||||
resource "null_resource" "node_caddy_template" {
|
||||
triggers {
|
||||
triggers = {
|
||||
file_content = filemd5(local_file.node_caddy.filename)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user