ajout dev et network
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
variable "project_name"{
|
||||
description = "nom du projet"
|
||||
type = string
|
||||
default = "cours-virtu"
|
||||
}
|
||||
|
||||
variable "region"{
|
||||
description = "region du projet"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "frontend_cidr"{
|
||||
description = "sous réseau frontend"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "backend_cidr"{
|
||||
description = "sous réseau backend"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "database_cidr"{
|
||||
description = "sous réseau database"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "ssh_source_ranges"{
|
||||
description = "source range ssh"
|
||||
type = string
|
||||
}
|
Reference in New Issue
Block a user