forked from pierront/but3-iac
ajout de ssh sources
This commit is contained in:
@@ -33,10 +33,11 @@ variable "database_cidr" {
|
||||
variable "ssh_source_ranges" {
|
||||
description = ""
|
||||
type = string
|
||||
default = "0.0.0.0/0"
|
||||
}
|
||||
|
||||
variable "project_id" {
|
||||
description = "Nom du projet"
|
||||
description = "ID du projet"
|
||||
type = string
|
||||
default = "My First Project"
|
||||
default = "glossy-handler-478713-i1"
|
||||
}
|
||||
Reference in New Issue
Block a user