diff --git a/examples/logs-agent-ocp/main.tf b/examples/logs-agent-ocp/main.tf index baceb057..7b5a1481 100644 --- a/examples/logs-agent-ocp/main.tf +++ b/examples/logs-agent-ocp/main.tf @@ -22,7 +22,7 @@ locals { module "trusted_profile" { source = "terraform-ibm-modules/trusted-profile/ibm" - version = "1.0.5" + version = "2.3.0" trusted_profile_name = "${var.prefix}-profile" trusted_profile_description = "Logs agent Trusted Profile" # 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 agent and routers sending logs. diff --git a/tests/resources/main.tf b/tests/resources/main.tf index 44579b49..ed8ebe7a 100644 --- a/tests/resources/main.tf +++ b/tests/resources/main.tf @@ -171,7 +171,7 @@ locals { module "trusted_profile" { source = "terraform-ibm-modules/trusted-profile/ibm" - version = "1.0.5" + version = "2.3.0" trusted_profile_name = "${var.prefix}-profile" trusted_profile_description = "Logs agent Trusted Profile" # 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 agent and routers sending logs.