Skip to content

Commit 60f6c6d

Browse files
terraform-ibm-modules-opsrenovate-botshemauocofaigh
authored
chore(deps): update terraform github.com/terraform-ibm-modules/terraform-ibm-observability-instances to v2.7.0 (#145)
* chore(deps): update terraform github.com/terraform-ibm-modules/terraform-ibm-observability-instances to v2.7.0 * Update version.tf * Update version.tf --------- Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: shemau <[email protected]> Co-authored-by: Conall Ó Cofaigh <[email protected]>
1 parent 1c81edc commit 60f6c6d

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

examples/basic/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module "resource_group" {
1414
##############################################################################
1515

1616
module "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

examples/basic/version.tf

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)