File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ data "ibm_container_cluster_config" "cluster_config" {
1111
1212module "observability_agents" {
1313 source = " terraform-ibm-modules/observability-agents/ibm"
14- version = " 1.20.0 "
14+ version = " 1.22.3 "
1515 cluster_id = var. cluster_id
1616 cluster_resource_group_id = var. cluster_resource_group_id
1717 cluster_config_endpoint_type = var. cluster_config_endpoint_type
Original file line number Diff line number Diff line change 33# #############################################################################
44
55module "landing_zone" {
6- source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone//patterns//roks//module?ref=v5.17.2 "
6+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone//patterns//roks//module?ref=v5.20.3 "
77 region = var. region
88 prefix = var. prefix
99 tags = var. resource_tags
@@ -20,7 +20,7 @@ locals {
2020}
2121
2222module "observability_instances" {
23- source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-observability-instances?ref=v2.11.0 "
23+ source = " git::https://github.com/terraform-ibm-modules/terraform-ibm-observability-instances?ref=v2.12.2 "
2424 providers = {
2525 logdna.at = logdna.at
2626 logdna.ld = logdna.ld
You can’t perform that action at this time.
0 commit comments