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 7b133aa commit 613b47cCopy full SHA for 613b47c
examples/fscloud/main.tf
@@ -113,7 +113,7 @@ locals {
113
# Create Sysdig and Activity Tracker instance
114
module "observability_instances" {
115
source = "terraform-ibm-modules/observability-instances/ibm"
116
- version = "2.18.1"
+ version = "3.0.1"
117
providers = {
118
logdna.at = logdna.at
119
logdna.ld = logdna.ld
examples/multiple_mzr_clusters/main.tf
@@ -175,7 +175,7 @@ data "ibm_container_cluster_config" "cluster_config_c2" {
175
176
177
178
179
180
181
0 commit comments