Skip to content

Commit cffbb2e

Browse files
fix(deps): update terraform-module (#96)
Co-authored-by: Conall Ó Cofaigh <[email protected]>
1 parent c0fe649 commit cffbb2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

solutions/agents/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ data "ibm_container_cluster_config" "cluster_config" {
1111

1212
module "observability_agents" {
1313
source = "terraform-ibm-modules/observability-agents/ibm"
14-
version = "1.25.1"
14+
version = "1.25.2"
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

solutions/instances/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ module "kms" {
165165
}
166166
count = (var.existing_cos_kms_key_crn != null || (length(local.bucket_config_map) == 0)) ? 0 : 1 # no need to create any KMS resources if passing an existing key, or bucket
167167
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
168-
version = "4.13.0"
168+
version = "4.13.1"
169169
create_key_protect_instance = false
170170
region = local.kms_region
171171
existing_kms_instance_guid = local.existing_kms_guid

0 commit comments

Comments
 (0)