ajout de ssh sources

This commit is contained in:
2025-12-03 16:11:02 +01:00
parent 506d65662e
commit f27fcb8966

View File

@@ -33,10 +33,11 @@ variable "database_cidr" {
variable "ssh_source_ranges" { variable "ssh_source_ranges" {
description = "" description = ""
type = string type = string
default = "0.0.0.0/0"
} }
variable "project_id" { variable "project_id" {
description = "Nom du projet" description = "ID du projet"
type = string type = string
default = "My First Project" default = "glossy-handler-478713-i1"
} }