Skip to content

Commit 7d01f04

Browse files
Fix: allow_all_egress default to true
1 parent 3f67a55 commit 7d01f04

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
@@ -80,7 +80,7 @@ variable "security_group_delete_timeout" {
8080

8181
variable "allow_all_egress" {
8282
type = bool
83-
default = null
83+
default = true
8484
description = <<-EOT
8585
If `true`, the created security group will allow egress on all ports and protocols to all IP address.
8686
If this is false and no egress rules are otherwise specified, then no egress will be allowed.

0 commit comments

Comments
 (0)