init
This commit is contained in:
15
modules/alb/variables.tf
Normal file
15
modules/alb/variables.tf
Normal file
@ -0,0 +1,15 @@
|
||||
variable "name" {
|
||||
type = string
|
||||
}
|
||||
variable "subnet_ids" {
|
||||
type = list(string)
|
||||
}
|
||||
variable "sg_ids" {
|
||||
type = list(string)
|
||||
}
|
||||
variable "vpc_id" {
|
||||
type = string
|
||||
}
|
||||
variable "instance_id" {
|
||||
type = string
|
||||
}
|
||||
Reference in New Issue
Block a user