diff --git a/solutions/fully-configurable/version.tf b/solutions/fully-configurable/version.tf index 6e72488..4bffe77 100644 --- a/solutions/fully-configurable/version.tf +++ b/solutions/fully-configurable/version.tf @@ -3,7 +3,7 @@ terraform { required_providers { ibm = { source = "ibm-cloud/ibm" - version = "1.78.2" + version = "1.78.3" } } } diff --git a/tests/existing-resources/main.tf b/tests/existing-resources/main.tf index 7fcab6c..365516d 100644 --- a/tests/existing-resources/main.tf +++ b/tests/existing-resources/main.tf @@ -14,7 +14,7 @@ module "resource_group" { module "cloud_monitoring" { source = "terraform-ibm-modules/cloud-monitoring/ibm" - version = "1.2.7" + version = "1.2.8" region = var.region resource_group_id = module.resource_group.resource_group_id resource_tags = var.resource_tags