Skip to content

Commit

Permalink
Added new code
Browse files Browse the repository at this point in the history
  • Loading branch information
nitin-das committed Nov 30, 2019
1 parent 5cb1f22 commit 8a6e830
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ variable "common_tags" {
variable "ingress_rules" {
description = "Ingress rules for security group"
type = list(object({
from_port = string
to_port = number
protocol = string
cidr_blocks = list(string)
description = string
self = bool
security_groups = list(string)
from_port = string
to_port = number
protocol = string
cidr_blocks = list(string)
description = string
self = bool
security_groups = list(string)
ipv6_cidr_blocks = list(string)
prefix_list_ids = list(string)
}))
}

Expand Down

0 comments on commit 8a6e830

Please sign in to comment.