Compare commits
1 Commits
114edad3dc
...
f5b03b4ac6
Author | SHA1 | Date | |
---|---|---|---|
|
f5b03b4ac6 |
@ -6,11 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.5.2] - 2025-01-11
|
|
||||||
|
|
||||||
### Added
|
|
||||||
- add ability to set disk size
|
|
||||||
|
|
||||||
## [0.5.1] - 2025-01-11
|
## [0.5.1] - 2025-01-11
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
2
node.tf
2
node.tf
@ -84,7 +84,7 @@ resource "proxmox_vm_qemu" "node" {
|
|||||||
disk {
|
disk {
|
||||||
storage = "local"
|
storage = "local"
|
||||||
# The size of the disk should be at least as big as the disk in the template. If it's smaller, the disk will be recreated
|
# The size of the disk should be at least as big as the disk in the template. If it's smaller, the disk will be recreated
|
||||||
size = var.disk_size
|
size = "10G"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -57,7 +57,3 @@ variable "cpu" {
|
|||||||
variable "memory" {
|
variable "memory" {
|
||||||
default = 512
|
default = 512
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "disk_size" {
|
|
||||||
default = "10G"
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user