Compare commits
3 Commits
971f308b42
...
e72051c506
Author | SHA1 | Date | |
---|---|---|---|
|
e72051c506 | ||
a3002d75a8 | |||
bbff4df38a |
@ -6,6 +6,11 @@ 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.filename
|
source = local_file.cloud_init_deb12_node.source
|
||||||
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