We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 161f96c commit cd15bcfCopy full SHA for cd15bcf
modules/observability_instance/main.tf
@@ -10,7 +10,7 @@ locals {
10
module "observability_instance" {
11
# Replace "master" with a GIT release version to lock into a specific release
12
source = "terraform-ibm-modules/observability-instances/ibm"
13
- version = "2.13.1"
+ version = "3.3.1"
14
providers = {
15
logdna.at = logdna.at
16
logdna.ld = logdna.ld
tools/image-builder/main.tf
@@ -1,6 +1,6 @@
1
module "landing_zone" {
2
source = "terraform-ibm-modules/landing-zone/ibm"
3
- version = "5.27.0"
+ version = "6.2.2"
4
prefix = local.prefix
5
region = local.region
6
tags = local.tags
0 commit comments