We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da57ed4 commit 0cf2c95Copy full SHA for 0cf2c95
variables.tf
@@ -563,7 +563,7 @@ variable "security_group_egress_rules" {
563
}
564
565
variable "security_group_ingress_rules" {
566
- description = "Egress rules to add to the security group"
+ description = "Ingress rules to add to the security group"
567
type = map(object({
568
cidr_ipv4 = optional(string)
569
cidr_ipv6 = optional(string)
0 commit comments