Compare commits
3 Commits
971f308b42
...
e72051c506
Author | SHA1 | Date | |
---|---|---|---|
|
e72051c506 | ||
a3002d75a8 | |||
bbff4df38a |
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.2.3] - 2024-11-29
|
||||
|
||||
### Fixed
|
||||
- use source for remote file
|
||||
|
||||
## [0.2.2] - 2024-11-29
|
||||
|
||||
### Fixed
|
||||
- make sure file names align
|
||||
|
||||
## [0.2.1] - 2024-11-29
|
||||
|
||||
### Fixed
|
||||
|
2
node.tf
2
node.tf
@ -21,7 +21,7 @@ resource "null_resource" "cloud_init_deb12_node" {
|
||||
}
|
||||
|
||||
provisioner "file" {
|
||||
source = local_file.cloud_init_deb12_node.filename
|
||||
source = local_file.cloud_init_deb12_node.source
|
||||
destination = "/var/lib/vz/snippets/cloud_init_deb12_${var.name}.yml"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user