Skip to content

Commit 67d21be

Browse files
committed
docs: vpe security group ids
1 parent d4fc634 commit 67d21be

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,12 @@ 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.
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

0 commit comments

Comments
 (0)