Skip to content

Commit d411b24

Browse files
committed
fixed precommit
1 parent 94f0b7e commit d411b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/fully-configurable/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ variable "vpe_gateway_security_group_ids" {
716716

717717
# Currently unused — the DA doesn't create any custom security groups.
718718
# The default security group (automatically created with the VPC) is attached to the VPE gateway since no other security groups are present.
719-
# May be useful in the future when DA supports using an existing VPC with custom security groups or if DA supports creating additional security groups we can take `vpe_gateway_security_group_names` as input.
719+
# May be useful in the future when DA supports using an existing VPC with custom security groups or if DA supports creating additional security groups we can take `vpe_gateway_security_group_names` as input.
720720

721721
description = "List of security group ids to attach to each endpoint gateway."
722722
type = list(string)

0 commit comments

Comments
 (0)