fix
This commit is contained in:
parent
1336027eca
commit
eed67f62cf
@ -13,7 +13,7 @@ variable "project_id" {
|
|||||||
variable "region" {
|
variable "region" {
|
||||||
description = "Région du projet"
|
description = "Région du projet"
|
||||||
type = string
|
type = string
|
||||||
default = "europe-west9"
|
default = "europe-west4"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "frontend_cidr" {
|
variable "frontend_cidr" {
|
||||||
|
@ -7,7 +7,7 @@ variable "instance_type" {
|
|||||||
variable "zone" {
|
variable "zone" {
|
||||||
description = "zone des instances"
|
description = "zone des instances"
|
||||||
type = string
|
type = string
|
||||||
default = "europe-west9-c"
|
default = "europe-west4"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "frontend_subnet_id" {
|
variable "frontend_subnet_id" {
|
||||||
|
Loading…
Reference in New Issue
Block a user