Compare commits
4 Commits
d6e11a3e63
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8266670f1d | ||
|
|
7b67ff510b | ||
|
|
4aa7dafe26 | ||
|
|
ebaf28040c |
3
.gitignore
vendored
3
.gitignore
vendored
@@ -9,4 +9,5 @@ terraform.tfvars.example
|
|||||||
|
|
||||||
# Terraform plan and output files
|
# Terraform plan and output files
|
||||||
*.tfplan
|
*.tfplan
|
||||||
*.tfout
|
*.tfout
|
||||||
|
.aider*
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ variable "pool_name" {
|
|||||||
variable "pool_path" {
|
variable "pool_path" {
|
||||||
description = "Path for the storage pool"
|
description = "Path for the storage pool"
|
||||||
type = string
|
type = string
|
||||||
default = "/tmp/tf_tmp_storage"
|
default = "/opt/tf_tmp_storage"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "instance_count" {
|
variable "instance_count" {
|
||||||
@@ -71,7 +71,7 @@ variable "memory" {
|
|||||||
variable "vcpu" {
|
variable "vcpu" {
|
||||||
description = "Number of virtual CPUs"
|
description = "Number of virtual CPUs"
|
||||||
type = number
|
type = number
|
||||||
default = 2
|
default = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "network_mode" {
|
variable "network_mode" {
|
||||||
|
|||||||
Reference in New Issue
Block a user