forked from pierront/but3-iac
partie 2
This commit is contained in:
@@ -39,4 +39,18 @@ variable "project_id" {
|
||||
description = "id du projet"
|
||||
type = string
|
||||
default = "model-cirrus-478713-u8"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
variable "instance_type" {
|
||||
description = "Nom du projet cidr"
|
||||
type = string
|
||||
default = ""
|
||||
}
|
||||
|
||||
|
||||
variable "zone" {
|
||||
description = "Nom du projet cidr"
|
||||
type = string
|
||||
default = "value"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user