diff --git a/common-dev-assets b/common-dev-assets index de1a44f..0f2d1af 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit de1a44f9e255126c43757b2b0137ba8f57f61c1f +Subproject commit 0f2d1af527941ca5a23f6f7a5ccb8f64a3741a0f diff --git a/examples/complete/main.tf b/examples/complete/main.tf index 94f8d18..b931f25 100644 --- a/examples/complete/main.tf +++ b/examples/complete/main.tf @@ -58,7 +58,7 @@ data "ibm_iam_account_settings" "iam_account_settings" { module "vpc" { source = "terraform-ibm-modules/landing-zone-vpc/ibm" - version = "8.15.5" + version = "8.15.6" resource_group_id = module.resource_group.resource_group_id region = var.region prefix = var.prefix diff --git a/solutions/fully-configurable/version.tf b/solutions/fully-configurable/version.tf index 54caf69..66e6521 100644 --- a/solutions/fully-configurable/version.tf +++ b/solutions/fully-configurable/version.tf @@ -4,7 +4,7 @@ terraform { required_providers { ibm = { source = "IBM-Cloud/ibm" - version = "1.88.3" + version = "1.89.0" } time = { source = "hashicorp/time"