Removed deprecated variable and added labels (#1923)

Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com>
This commit is contained in:
luigi-bitonti
2023-12-12 19:32:48 +01:00
committed by GitHub
parent 1dc6965694
commit ef4095f000
4 changed files with 11 additions and 12 deletions

View File

@@ -72,10 +72,10 @@ variable "iam" {
default = {}
}
variable "instance_type" {
description = "(deprecated) The instance type to create. One of 'DEVELOPMENT' or 'PRODUCTION'."
type = string
default = null
variable "labels" {
description = "Labels to be attached to the instance."
type = map(string)
default = {}
}
variable "name" {