Skip to content

Commit 35ce174

Browse files
chore(deps): update dependencies
1 parent 21fc482 commit 35ce174

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

common-dev-assets

examples/obs-agent-iks/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ terraform {
66
required_providers {
77
ibm = {
88
source = "ibm-cloud/ibm"
9-
version = "1.79.0"
9+
version = "1.81.1"
1010
}
1111
helm = {
1212
source = "hashicorp/helm"

examples/obs-agent-ocp/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ locals {
2222

2323
module "trusted_profile" {
2424
source = "terraform-ibm-modules/trusted-profile/ibm"
25-
version = "2.3.1"
25+
version = "3.1.1"
2626
trusted_profile_name = "${var.prefix}-profile"
2727
trusted_profile_description = "Logs agent Trusted Profile"
2828
# As a `Sender`, you can send logs to your IBM Cloud Logs service instance - but not query or tail logs. This role is meant to be used by agents and routers sending logs.

tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/terraform-ibm-modules/terraform-ibm-observability-agents
22

33
go 1.24.0
44

5-
toolchain go1.24.5
5+
toolchain go1.24.6
66

77
require (
88
github.com/stretchr/testify v1.10.0

0 commit comments

Comments
 (0)