forked from pierront/but3-iac
Bonus
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user