This commit is contained in:
2024-12-06 16:05:50 +01:00
parent 6b00f916e7
commit 2c6a297c9b
16 changed files with 59 additions and 3 deletions

View File

@@ -0,0 +1,25 @@
variable "instance_type" {
description = "type d'instance"
type = string
}
variable "zone" {
description = "zone"
type = string
}
variable "sub1"{
description = "subnet1 frontend"
type = string
}
variable "sub2"{
description = "subnet2 backend"
type = string
}
variable "sub3"{
description = "subnet3 database"
type = string
}