diff --git a/examples/advanced/main.tf b/examples/advanced/main.tf index 3bbedc42..58b8b92c 100644 --- a/examples/advanced/main.tf +++ b/examples/advanced/main.tf @@ -4,7 +4,7 @@ module "resource_group" { source = "terraform-ibm-modules/resource-group/ibm" - version = "1.2.1" + version = "1.3.0" # if an existing resource group is not set (null) create a new one using prefix resource_group_name = var.resource_group == null ? "${var.prefix}-resource-group" : null existing_resource_group_name = var.resource_group diff --git a/examples/basic/main.tf b/examples/basic/main.tf index 6794819b..3a089ee0 100644 --- a/examples/basic/main.tf +++ b/examples/basic/main.tf @@ -4,7 +4,7 @@ module "resource_group" { source = "terraform-ibm-modules/resource-group/ibm" - version = "1.2.1" + version = "1.3.0" # if an existing resource group is not set (null) create a new one using prefix resource_group_name = var.resource_group == null ? "${var.prefix}-resource-group" : null existing_resource_group_name = var.resource_group diff --git a/solutions/event-routing-account-settings/version.tf b/solutions/event-routing-account-settings/version.tf index 6005afd3..431693a7 100644 --- a/solutions/event-routing-account-settings/version.tf +++ b/solutions/event-routing-account-settings/version.tf @@ -4,7 +4,7 @@ terraform { # Lock DA into an exact provider version - renovate automation will keep it updated ibm = { source = "ibm-cloud/ibm" - version = "1.80.4" + version = "1.81.0" } } } diff --git a/solutions/fully-configurable/main.tf b/solutions/fully-configurable/main.tf index 4bc2ae1d..e41fdabe 100644 --- a/solutions/fully-configurable/main.tf +++ b/solutions/fully-configurable/main.tf @@ -82,7 +82,7 @@ locals { module "resource_group" { source = "terraform-ibm-modules/resource-group/ibm" - version = "1.2.1" + version = "1.3.0" existing_resource_group_name = var.existing_resource_group_name } diff --git a/solutions/fully-configurable/version.tf b/solutions/fully-configurable/version.tf index 2c668872..c18719bf 100644 --- a/solutions/fully-configurable/version.tf +++ b/solutions/fully-configurable/version.tf @@ -4,7 +4,7 @@ terraform { # Lock DA into an exact provider version - renovate automation will keep it updated ibm = { source = "ibm-cloud/ibm" - version = "1.80.4" + version = "1.81.0" } time = { source = "hashicorp/time" diff --git a/tests/resources/main.tf b/tests/resources/main.tf index 20d8a241..880ab334 100644 --- a/tests/resources/main.tf +++ b/tests/resources/main.tf @@ -4,7 +4,7 @@ module "resource_group" { source = "terraform-ibm-modules/resource-group/ibm" - version = "1.2.1" + version = "1.3.0" # if an existing resource group is not set (null) create a new one using prefix resource_group_name = var.resource_group == null ? "${var.prefix}-resource-group" : null existing_resource_group_name = var.resource_group