Compare commits
1 Commits
e72051c506
...
971f308b42
Author | SHA1 | Date | |
---|---|---|---|
|
971f308b42 |
@ -6,11 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.2.3] - 2024-11-29
|
|
||||||
|
|
||||||
### Fixed
|
|
||||||
- use source for remote file
|
|
||||||
|
|
||||||
## [0.2.2] - 2024-11-29
|
## [0.2.2] - 2024-11-29
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
2
node.tf
2
node.tf
@ -21,7 +21,7 @@ resource "null_resource" "cloud_init_deb12_node" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
provisioner "file" {
|
provisioner "file" {
|
||||||
source = local_file.cloud_init_deb12_node.source
|
source = local_file.cloud_init_deb12_node.filename
|
||||||
destination = "/var/lib/vz/snippets/cloud_init_deb12_${var.name}.yml"
|
destination = "/var/lib/vz/snippets/cloud_init_deb12_${var.name}.yml"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user