forked from pierront/but3-iac
ajout compute
This commit is contained in:
@@ -39,13 +39,13 @@ variable "ssh_source_ranges" {
|
||||
variable "project_id" {
|
||||
description = "ID du projet"
|
||||
type = string
|
||||
default = "learned-trilogy-478713-j7 "
|
||||
default = "learned-trilogy-478713-j7"
|
||||
}
|
||||
|
||||
variable "instance_type" {
|
||||
description = "type de l'instance"
|
||||
type = string
|
||||
default = "e2-small"
|
||||
default = "e2_small"
|
||||
}
|
||||
|
||||
variable "zone" {
|
||||
|
||||
Reference in New Issue
Block a user