File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33# #############################################################################
44
55module "resource_group" {
6- source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-resource-group.git?ref=v1.0.6 "
6+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-resource-group.git?ref=v1.1.0 "
77 # if an existing resource group is not set (null) create a new one using prefix
88 resource_group_name = var. resource_group == null ? " ${ var . prefix } -resource-group" : null
99 existing_resource_group_name = var. resource_group
@@ -14,7 +14,7 @@ module "resource_group" {
1414# #############################################################################
1515
1616module "observability_instances" {
17- source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-observability-instances?ref=v2.9.2 "
17+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-observability-instances?ref=v2.10.0 "
1818 providers = {
1919 logdna.at = logdna.at
2020 logdna.ld = logdna.ld
You can’t perform that action at this time.
0 commit comments