Skip to content

Commit

Permalink
feat: added security-group-rule description
Browse files Browse the repository at this point in the history
  • Loading branch information
theprashantyadav committed Jun 15, 2023
1 parent 4aa24ae commit 10a3adb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ variable "description" {

variable "security_group_egress_rule_description" {
type = string
default = ""
description = "Description of the egress rule."
default = "Description of the egress rule."
description = "Represents a single ingress or egress group rule, which can be added to external Security Groups."
}

variable "security_group_egress_ipv6_rule_description" {
type = string
default = ""
description = "Description of the egress egress-ipv6 rule."
default = "Description of the egress rule."
description = "Represents a single ingress or egress group egress-ipv6 rule, which can be added to external Security Groups."
}

variable "allowed_ports" {
Expand Down

0 comments on commit 10a3adb

Please sign in to comment.