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

19 lines
340 B
Terraform
Raw Normal View History

2024-12-04 17:09:31 +01:00
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
}