Compare commits
3 Commits
a92610ad30
...
2c0fe6057e
Author | SHA1 | Date | |
---|---|---|---|
|
2c0fe6057e | ||
e34b5f7b7b | |||
71963be181 |
@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.5.7] - 2025-01-12
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- add trigger
|
||||||
|
|
||||||
## [0.5.6] - 2025-01-12
|
## [0.5.6] - 2025-01-12
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
4
node.tf
4
node.tf
@ -41,6 +41,10 @@ resource "null_resource" "cloud_init_deb12_node" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
resource "null_resource" "node_caddy_template" {
|
resource "null_resource" "node_caddy_template" {
|
||||||
|
triggers {
|
||||||
|
file_content = filemd5(local_file.node_caddy.filename)
|
||||||
|
}
|
||||||
|
|
||||||
connection {
|
connection {
|
||||||
type = "ssh"
|
type = "ssh"
|
||||||
user = "root"
|
user = "root"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user