forked from pierront/but3-iac
*
This commit is contained in:
@@ -6,25 +6,26 @@
|
||||
# - database_subnet_id
|
||||
|
||||
variable "instance_type" {
|
||||
type = string
|
||||
description = "type de l'instance"
|
||||
type = string
|
||||
}
|
||||
|
||||
|
||||
variable "zone" {
|
||||
type = string
|
||||
description = "Nom de la zone"
|
||||
type = string
|
||||
}
|
||||
|
||||
|
||||
variable "frontend_subnet_id" {
|
||||
type = string
|
||||
description = "id du frontend"
|
||||
type = string
|
||||
}
|
||||
|
||||
|
||||
variable "backend_subnet_id" {
|
||||
type = string
|
||||
description = "id du backend"
|
||||
type = string
|
||||
}
|
||||
|
||||
|
||||
variable "database_subnet_id" {
|
||||
type = string
|
||||
}
|
||||
description = "id du database"
|
||||
type = string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user