DEV5.6_TP07/terraform/modules/compute/variables.tf

19 lines
340 B
HCL

variable "tp07-frontend"{
description = "sous réseau frontend"
type = string
}
variable "tp07-backend"{
description = "sous réseau backend"
type = string
}
variable "tp07-database"{
description = "sous réseau database"
type = string
}
variable "region"{
description = "region du projet"
type = string
}