Skip to content

Commit

Permalink
docs: Specify type as egress for security group rules in example (#455)
Browse files Browse the repository at this point in the history
fix: Specify type as egress for security group rules in postgresql egress example
  • Loading branch information
realfredlai authored Jul 9, 2024
1 parent 7d46e90 commit e9eb2b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/postgresql/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ module "aurora" {
cidr_blocks = module.vpc.private_subnets_cidr_blocks
}
egress_example = {
type = "egress"
cidr_blocks = ["10.33.0.0/28"]
description = "Egress to corporate printer closet"
}
Expand Down

0 comments on commit e9eb2b6

Please sign in to comment.