Skip to content

Commit 62bb2b9

Browse files
fix(deps): update terraform terraform-ibm-modules/security-group/ibm to v2.8.8 (#733)
1 parent f8680f1 commit 62bb2b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/advanced/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ data "ibm_is_security_group" "default_sg" {
4343

4444
module "vpe_security_group" {
4545
source = "terraform-ibm-modules/security-group/ibm"
46-
version = "2.8.7"
46+
version = "2.8.8"
4747
security_group_name = "${var.prefix}-vpe-sg"
4848
add_ibm_cloud_internal_rules = false # No need for the internal ibm cloud rules for SG associated with VPEs
4949

examples/reserved-ips/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ data "ibm_is_security_group" "default_sg" {
4545

4646
module "vpe_security_group" {
4747
source = "terraform-ibm-modules/security-group/ibm"
48-
version = "2.8.7"
48+
version = "2.8.8"
4949
security_group_name = "${var.prefix}-vpe-sg"
5050
add_ibm_cloud_internal_rules = false # No need for the internal ibm cloud rules for SG associated with VPEs
5151

0 commit comments

Comments
 (0)