sg rule add
This commit is contained in:
@ -2,3 +2,8 @@ variable "sg_name" {
|
||||
description = "security group name"
|
||||
type = string
|
||||
}
|
||||
variable "vpc_id" {
|
||||
description = "vpc_id"
|
||||
type = string
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user