This commit is contained in:
gastonchenet
2025-12-04 11:43:33 +01:00
parent 3899fb5500
commit 2d4eb6ed74
4 changed files with 59 additions and 1 deletions

View File

@@ -26,4 +26,10 @@ variable "instance_type" {
type = string
description = "Type of the VM instance"
default = "e2-small"
}
variable "compute_instance_count" {
type = number
description = "Number of VM instances to create"
default = 2
}