forked from pierront/but3-iac
modification accès variable
This commit is contained in:
@@ -9,7 +9,7 @@ variable "project_name" {
|
||||
variable "region" {
|
||||
description = "Region du projet"
|
||||
type = string
|
||||
default = "europe-west9-b"
|
||||
default = "europe-west9"
|
||||
}
|
||||
|
||||
variable "frontend_cidr" {
|
||||
|
||||
Reference in New Issue
Block a user