Skip to content

Commit 2e38fa1

Browse files
fix(deps): update terraform-module
1 parent 161f96c commit 2e38fa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/observability_instance/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ locals {
1010
module "observability_instance" {
1111
# Replace "master" with a GIT release version to lock into a specific release
1212
source = "terraform-ibm-modules/observability-instances/ibm"
13-
version = "2.13.1"
13+
version = "3.3.1"
1414
providers = {
1515
logdna.at = logdna.at
1616
logdna.ld = logdna.ld

tools/image-builder/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "landing_zone" {
22
source = "terraform-ibm-modules/landing-zone/ibm"
3-
version = "5.27.0"
3+
version = "6.4.4"
44
prefix = local.prefix
55
region = local.region
66
tags = local.tags

0 commit comments

Comments
 (0)