forked from pierront/but3-iac
correction error
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
variable "project_name" {
|
||||
description = "Nom du projet cidr"
|
||||
type = string
|
||||
default = "mon-projet"
|
||||
default = "My Firdt Project"
|
||||
}
|
||||
|
||||
variable "region" {
|
||||
description = "region du cidr"
|
||||
type = string
|
||||
default = "mon-projet"
|
||||
default = "europe-west9"
|
||||
}
|
||||
|
||||
variable "frontend_cidr" {
|
||||
@@ -31,7 +31,7 @@ variable "database_cidr" {
|
||||
variable "ssh_source_ranges" {
|
||||
description = "ssh_source_range du projet cidr"
|
||||
type = string
|
||||
default = "mon-projet"
|
||||
default = "0.0.0.0/0"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user