init
This commit is contained in:
9
modules/sg/variables.tf
Normal file
9
modules/sg/variables.tf
Normal file
@ -0,0 +1,9 @@
|
||||
variable "sg_name" {
|
||||
description = "security group name"
|
||||
type = string
|
||||
}
|
||||
variable "vpc_id" {
|
||||
description = "vpc_id"
|
||||
type = string
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user