Skip to content

Commit b6a9912

Browse files
authored
Merge branch 'main' into defaultResourceGroup
2 parents 1e0cd54 + 4cd781f commit b6a9912

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

ibm_catalog.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@
289289
},
290290
{
291291
"key": "vpe_gateway_security_group_ids",
292+
"hidden": true,
292293
"custom_config": {
293294
"grouping": "deployment",
294295
"original_grouping": "deployment",

solutions/fully-configurable/variables.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,11 @@ variable "vpe_gateway_service_endpoints" {
713713
}
714714

715715
variable "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 or if DA supports creating additional security groups we can take `vpe_gateway_security_group_names` as input.
720+
716721
description = "List of security group ids to attach to each endpoint gateway."
717722
type = list(string)
718723
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

Comments
 (0)