Compare commits

..

1 Commits

Author SHA1 Message Date
cuddle-please
2c0fe6057e chore(release): 0.5.7
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-01-12 13:20:50 +00:00
2 changed files with 1 additions and 6 deletions

View File

@ -6,11 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.5.8] - 2025-01-12
### Fixed
- should've been equal
## [0.5.7] - 2025-01-12 ## [0.5.7] - 2025-01-12
### Added ### Added

View File

@ -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)
} }