Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/logs-agent-iks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ resource "time_sleep" "wait_operators" {

module "cloud_logs" {
source = "terraform-ibm-modules/cloud-logs/ibm"
version = "1.9.3"
version = "1.9.6"
resource_group_id = module.resource_group.resource_group_id
plan = "standard"
region = var.region
Expand Down
6 changes: 3 additions & 3 deletions examples/logs-agent-ocp/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ locals {

module "ocp_base" {
source = "terraform-ibm-modules/base-ocp-vpc/ibm"
version = "3.66.0"
version = "3.67.4"
resource_group_id = module.resource_group.resource_group_id
region = var.region
tags = var.resource_tags
Expand All @@ -131,7 +131,7 @@ data "ibm_container_cluster_config" "cluster_config" {

module "cloud_logs" {
source = "terraform-ibm-modules/cloud-logs/ibm"
version = "1.9.3"
version = "1.9.6"
resource_group_id = module.resource_group.resource_group_id
plan = "standard"
region = var.region
Expand All @@ -147,7 +147,7 @@ data "ibm_is_security_groups" "vpc_security_groups" {
# The below code creates a VPE for Cloud logs in the provisioned VPC which allows the agent to access the private Cloud Logs Ingress endpoint.
module "vpe" {
source = "terraform-ibm-modules/vpe-gateway/ibm"
version = "4.7.12"
version = "4.8.1"
region = var.region
prefix = var.prefix
vpc_id = ibm_is_vpc.vpc.id
Expand Down
2 changes: 1 addition & 1 deletion solutions/fully-configurable/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ terraform {
# Lock DA into an exact provider version - renovate automation will keep it updated
ibm = {
source = "ibm-cloud/ibm"
version = "1.84.2"
version = "1.84.3"
}
helm = {
source = "hashicorp/helm"
Expand Down
2 changes: 1 addition & 1 deletion tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.24.0
toolchain go1.25.3

require (
github.com/gruntwork-io/terratest v0.51.0
github.com/gruntwork-io/terratest v0.52.0
github.com/stretchr/testify v1.11.1
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.17
)
Expand Down
4 changes: 2 additions & 2 deletions tests/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/gruntwork-io/terratest v0.51.0 h1:RCXlCwWlHqhUoxgF6n3hvywvbvrsTXqoqt34BrnLekw=
github.com/gruntwork-io/terratest v0.51.0/go.mod h1:evZHXb8VWDgv5O5zEEwfkwMhkx9I53QR/RB11cISrpg=
github.com/gruntwork-io/terratest v0.52.0 h1:7+I3FqEImowIajZ9Qyo5ngr7n2AUINJko6x+KzlWNjU=
github.com/gruntwork-io/terratest v0.52.0/go.mod h1:y2Evi+Ac04QpzF3mbRPqrBjipDN7gjqlw6+OZoy2vX4=
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=
github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
Expand Down
8 changes: 4 additions & 4 deletions tests/resources/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ locals {

module "ocp_base" {
source = "terraform-ibm-modules/base-ocp-vpc/ibm"
version = "3.66.0"
version = "3.67.4"
resource_group_id = module.resource_group.resource_group_id
region = var.region
tags = var.resource_tags
Expand All @@ -93,7 +93,7 @@ module "ocp_base" {

module "cos" {
source = "terraform-ibm-modules/cos/ibm"
version = "10.5.0"
version = "10.5.3"
resource_group_id = module.resource_group.resource_group_id
region = var.region
cos_instance_name = "${var.prefix}-cos"
Expand All @@ -116,7 +116,7 @@ locals {

module "buckets" {
source = "terraform-ibm-modules/cos/ibm//modules/buckets"
version = "10.5.0"
version = "10.5.3"
bucket_configs = [
{
bucket_name = local.logs_bucket_name
Expand All @@ -140,7 +140,7 @@ module "buckets" {

module "cloud_logs" {
source = "terraform-ibm-modules/cloud-logs/ibm"
version = "1.9.3"
version = "1.9.6"
resource_group_id = module.ocp_base.resource_group_id
region = var.region
instance_name = "${var.prefix}-cloud-logs"
Expand Down