File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
solutions/fully-configurable Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 289289 },
290290 {
291291 "key" : " vpe_gateway_security_group_ids" ,
292+ "hidden" : true ,
292293 "custom_config" : {
293294 "grouping" : " deployment" ,
294295 "original_grouping" : " deployment" ,
Original file line number Diff line number Diff line change @@ -713,6 +713,12 @@ variable "vpe_gateway_service_endpoints" {
713713}
714714
715715variable "vpe_gateway_security_group_ids" {
716+
717+ # 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.
720+
721+
716722 description = " List of security group ids to attach to each endpoint gateway."
717723 type = list (string )
718724 default = null # Let this default value be null instead of []. Provider issue - https://github.com/IBM-Cloud/terraform-provider-ibm/issues/4546
You can’t perform that action at this time.
0 commit comments