diff --git a/examples/complete/main.tf b/examples/complete/main.tf index 64075d74..58696410 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 = "7.25.9" + version = "7.25.10" 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 84a4b261..d312ef5a 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.80.0" + version = "1.80.3" } time = { source = "hashicorp/time"