File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -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.5.1 "
17+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-observability-instances?ref=v2.7.0 "
1818 providers = {
1919 logdna.at = logdna.at
2020 logdna.ld = logdna.ld
Original file line number Diff line number Diff line change @@ -3,26 +3,22 @@ terraform {
33 required_version = " >= 1.1.0"
44
55 required_providers {
6- # Pin to the lowest provider version of the range defined in the main module to ensure lowest version still works
76 ibm = {
87 source = " ibm-cloud/ibm"
9- version = " 1.49.0"
8+ version = " >= 1.49.0"
109 }
1110 helm = {
1211 source = " hashicorp/helm"
13- version = " 2.8.0"
12+ version = " >= 2.8.0"
1413 }
15- # The kubernetes provider is not actually required by the module itself, just this example, so OK to use ">=" here instead of locking into a version
1614 kubernetes = {
1715 source = " hashicorp/kubernetes"
1816 version = " >= 2.16.1"
1917 }
20- # The time provider is not actually required by the module itself, just this example, so OK to use ">=" here instead of locking into a version
2118 time = {
2219 source = " hashicorp/time"
2320 version = " >= 0.9.1"
2421 }
25- # The logdna provider is not actually required by the module itself, just this example, so OK to use ">=" here instead of locking into a version
2622 logdna = {
2723 source = " logdna/logdna"
2824 version = " >= 1.14.2"
You can’t perform that action at this time.
0 commit comments