IAM
This commit is contained in:
25
terraform/modules/compute/variables.tf
Normal file
25
terraform/modules/compute/variables.tf
Normal 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
|
||||
}
|
||||
|
Reference in New Issue
Block a user