Skip to content

Commit

Permalink
doc: update with reference to security rules
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
  • Loading branch information
prb112 committed Nov 2, 2023
1 parent 30d3871 commit 183bb4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/1_vpc_prepare/security_groups.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
################################################################

# Loads the VPC Security Groups so we can find the existing ids
# Ref: https://github.com/openshift/installer/blob/master/data/data/ibmcloud/network/vpc/security-groups.tf#L142
data "ibm_is_security_groups" "sgs" {
vpc_id = data.ibm_is_vpc.vpc.id
}
Expand Down

0 comments on commit 183bb4a

Please sign in to comment.