Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
a5b431325c | |||
7b728727ff
|
|||
ffa5725a25
|
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.3.0] - 2024-11-30
|
||||
|
||||
### Added
|
||||
- allow password to be null
|
||||
|
||||
### Fixed
|
||||
- revert changes to ip
|
||||
|
||||
## [0.2.3] - 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.source
|
||||
source = local_file.cloud_init_deb12_node.filename
|
||||
destination = "/var/lib/vz/snippets/cloud_init_deb12_${var.name}.yml"
|
||||
}
|
||||
|
||||
|
@@ -55,6 +55,7 @@ variable "ssh_private" {
|
||||
|
||||
variable "user_password" {
|
||||
sensitive = true
|
||||
default = null
|
||||
}
|
||||
|
||||
variable "cpu" {
|
||||
|
Reference in New Issue
Block a user