Skip to content

Commit ed1675a

Browse files
fix(deps): update dependencies (#1148)
1 parent 8d78369 commit ed1675a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

common-dev-assets

solutions/fully-configurable/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
# Lock DA into an exact provider version - renovate automation will keep it updated
55
ibm = {
66
source = "IBM-Cloud/ibm"
7-
version = "1.88.3"
7+
version = "1.89.0"
88
}
99
time = {
1010
source = "hashicorp/time"

solutions/quickstart/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
# Lock DA into an exact provider version - renovate automation will keep it updated
55
ibm = {
66
source = "IBM-Cloud/ibm"
7-
version = "1.88.3"
7+
version = "1.89.0"
88
}
99
}
1010
}

tests/existing-resources/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ resource "ibm_is_subnet" "testacc_subnet" {
3333
module "postgresql_db" {
3434
count = var.create_db ? 1 : 0
3535
source = "terraform-ibm-modules/icd-postgresql/ibm"
36-
version = "4.10.8"
36+
version = "4.10.9"
3737
resource_group_id = module.resource_group.resource_group_id
3838
name = "${var.prefix}-vpe-pg"
3939
region = var.region

0 commit comments

Comments
 (0)