sg rule add
This commit is contained in:
@ -6,3 +6,23 @@ variable "from_port" {
|
||||
description = "from port"
|
||||
type = number
|
||||
}
|
||||
variable "to_port" {
|
||||
description = "to_port"
|
||||
type = number
|
||||
}
|
||||
variable "protocol" {
|
||||
description = "protocol"
|
||||
type = string
|
||||
}
|
||||
variable "cidr_blocks" {
|
||||
description = "cidr_blocks"
|
||||
type = list(string)
|
||||
}
|
||||
|
||||
variable "security_group_id" {
|
||||
|
||||
}
|
||||
variable "tag_name" {
|
||||
description = "tag_name"
|
||||
type = string
|
||||
}
|
Reference in New Issue
Block a user