Skip to content

Commit 0cf2c95

Browse files
authored
Update variables.tf
Fixed description for "security_group_ingress_rules"
1 parent da57ed4 commit 0cf2c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ variable "security_group_egress_rules" {
563563
}
564564

565565
variable "security_group_ingress_rules" {
566-
description = "Egress rules to add to the security group"
566+
description = "Ingress rules to add to the security group"
567567
type = map(object({
568568
cidr_ipv4 = optional(string)
569569
cidr_ipv6 = optional(string)

0 commit comments

Comments
 (0)