You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Currently unused — the DA doesn't create any custom security groups.
718
+
# 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.
720
+
716
721
description="List of security group ids to attach to each endpoint gateway."
717
722
type=list(string)
718
723
default=null# Let this default value be null instead of []. Provider issue - https://github.com/IBM-Cloud/terraform-provider-ibm/issues/4546
0 commit comments