forked from pierront/but3-iac
encore xje sais plus
This commit is contained in:
@@ -7,21 +7,26 @@
|
||||
|
||||
|
||||
variable "instance_type" {
|
||||
description = "type de l'instance"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "zone" {
|
||||
description = "région"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "frontend_subnet_id" {
|
||||
type = number
|
||||
description = "front-end id"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "backend_subnet_id" {
|
||||
type = number
|
||||
description = "back-end id"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "database_subnet_id" {
|
||||
type = number
|
||||
description = "database id"
|
||||
type = string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user