correction error

This commit is contained in:
2025-12-04 09:24:35 +01:00
parent a2fc7bf6ad
commit 31c6add1c2

View File

@@ -1,13 +1,13 @@
variable "project_name" { variable "project_name" {
description = "Nom du projet cidr" description = "Nom du projet cidr"
type = string type = string
default = "mon-projet" default = "My Firdt Project"
} }
variable "region" { variable "region" {
description = "region du cidr" description = "region du cidr"
type = string type = string
default = "mon-projet" default = "europe-west9"
} }
variable "frontend_cidr" { variable "frontend_cidr" {
@@ -31,7 +31,7 @@ variable "database_cidr" {
variable "ssh_source_ranges" { variable "ssh_source_ranges" {
description = "ssh_source_range du projet cidr" description = "ssh_source_range du projet cidr"
type = string type = string
default = "mon-projet" default = "0.0.0.0/0"
} }