forked from pierront/but3-iac
correction error
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user