forked from pierront/but3-iac
commit
This commit is contained in:
@@ -7,7 +7,7 @@ variable "instance_type" {
|
|||||||
variable "zone" {
|
variable "zone" {
|
||||||
description = "région"
|
description = "région"
|
||||||
type = string
|
type = string
|
||||||
default = "europe-west9-b"
|
default = "europe-west1-b"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -39,7 +39,7 @@ variable "project_name" {
|
|||||||
variable "region" {
|
variable "region" {
|
||||||
description = "Région"
|
description = "Région"
|
||||||
type = string
|
type = string
|
||||||
default = "europe-west9"
|
default = "europe-west1"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "frontend_cidr" {
|
variable "frontend_cidr" {
|
||||||
|
|||||||
Reference in New Issue
Block a user