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

@@ -53,4 +53,9 @@ variable "service_account_email" {
variable "labels" {
type = map(string)
default = {}
}
variable "instance_count" {
type = number
description = "Number of VM instances to create"
}