Compare commits
1 Commits
2c0fe6057e
...
a92610ad30
Author | SHA1 | Date | |
---|---|---|---|
|
a92610ad30 |
@ -6,11 +6,6 @@ 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,10 +41,6 @@ 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