Skip to content

Commit 7714eb6

Browse files
committed
fixed typo in udp ingress vs egress cidrs
1 parent e66fd43 commit 7714eb6

File tree

1 file changed

+1
-1
lines changed
  • cloud-foundation/modules/cloud-foundation-library/network-subnet/module

1 file changed

+1
-1
lines changed

cloud-foundation/modules/cloud-foundation-library/network-subnet/module/security-list.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ variable "custom_udp_ingress_rules" {
8888

8989
variable "custom_udp_egress_rules" {
9090
type = map(object({
91-
source_cidr = string,
91+
dest_cidr = string,
9292
min = number,
9393
max = number,
9494
}))

0 commit comments

Comments
 (0)