IAM
This commit is contained in:
30
terraform/modules/network/variables.tf
Normal file
30
terraform/modules/network/variables.tf
Normal file
@@ -0,0 +1,30 @@
|
||||
variable "project_name" {
|
||||
description = "nom_du_projet"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "region" {
|
||||
description = "emplacement"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "frontend_cidr" {
|
||||
description = "addr_front"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "backend_cidr" {
|
||||
description = "addr_back"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "database_cidr" {
|
||||
description = "addr_bdd"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "ssh_source_ranges" {
|
||||
description = "addr_ssh"
|
||||
type = string
|
||||
}
|
||||
|
Reference in New Issue
Block a user