Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
8d7aea6894
|
|||
b793003532
|
|||
cd84d66fc8 | |||
b7a50ec2de
|
|||
2010b4328d | |||
e34b5f7b7b
|
10
CHANGELOG.md
10
CHANGELOG.md
@@ -6,6 +6,16 @@ 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
|
||||
- add trigger
|
||||
|
||||
## [0.5.6] - 2025-01-12
|
||||
|
||||
### Added
|
||||
|
4
node.tf
4
node.tf
@@ -41,6 +41,10 @@ resource "null_resource" "cloud_init_deb12_node" {
|
||||
}
|
||||
|
||||
resource "null_resource" "node_caddy_template" {
|
||||
triggers = {
|
||||
file_content = fileexists(local_file.node_caddy.filename) ? filemd5(local_file.node_caddy.filename) : timestamp()
|
||||
}
|
||||
|
||||
connection {
|
||||
type = "ssh"
|
||||
user = "root"
|
||||
|
Reference in New Issue
Block a user