diff --git a/examples/logs-agent-ocp/main.tf b/examples/logs-agent-ocp/main.tf index 7b5a1481..2f74287a 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 = "2.3.0" + version = "2.3.1" 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. @@ -104,7 +104,7 @@ locals { module "ocp_base" { source = "terraform-ibm-modules/base-ocp-vpc/ibm" - version = "3.46.17" + version = "3.46.18" resource_group_id = module.resource_group.resource_group_id region = var.region tags = var.resource_tags diff --git a/examples/logs-agent-ocp/version.tf b/examples/logs-agent-ocp/version.tf index 895b5a46..7dd0c354 100644 --- a/examples/logs-agent-ocp/version.tf +++ b/examples/logs-agent-ocp/version.tf @@ -7,7 +7,7 @@ terraform { required_providers { ibm = { source = "ibm-cloud/ibm" - version = "1.76.1" + version = "1.78.2" } helm = { source = "hashicorp/helm" diff --git a/tests/resources/main.tf b/tests/resources/main.tf index bbfc4b47..2526eb1e 100644 --- a/tests/resources/main.tf +++ b/tests/resources/main.tf @@ -74,7 +74,7 @@ locals { module "ocp_base" { source = "terraform-ibm-modules/base-ocp-vpc/ibm" - version = "3.46.17" + version = "3.46.18" resource_group_id = module.resource_group.resource_group_id region = var.region tags = var.resource_tags @@ -171,7 +171,7 @@ locals { module "trusted_profile" { source = "terraform-ibm-modules/trusted-profile/ibm" - version = "2.3.0" + version = "2.3.1" 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.