Skip to content

Commit b91132e

Browse files
chore(deps): update terraform-module (#334)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 8703b8e commit b91132e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/default/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module "resource_group" {
1515

1616
module "vpc" {
1717
count = var.vpc_id != null ? 0 : 1
18-
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone-vpc.git?ref=v7.2.0"
18+
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone-vpc.git?ref=v7.3.1"
1919
resource_group_id = module.resource_group.resource_group_id
2020
region = var.region
2121
prefix = var.prefix
@@ -42,7 +42,7 @@ data "ibm_is_security_group" "default_sg" {
4242
}
4343

4444
module "vpe_security_group" {
45-
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-security-group.git?ref=v1.0.0"
45+
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-security-group.git?ref=v1.0.1"
4646
security_group_name = "${var.prefix}-vpe-sg"
4747
add_ibm_cloud_internal_rules = false # No need for the internal ibm cloud rules for SG associated with VPEs
4848

@@ -62,7 +62,7 @@ module "vpe_security_group" {
6262
##############################################################################
6363

6464
module "postgresql_db" {
65-
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-icd-postgresql?ref=v3.3.0"
65+
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-icd-postgresql?ref=v3.3.1"
6666
resource_group_id = module.resource_group.resource_group_id
6767
name = "${var.prefix}-vpe-pg"
6868
region = var.region

0 commit comments

Comments
 (0)