Skip to content

Commit 22f6fb0

Browse files
chore(deps): update dependencies
1 parent 78c9b17 commit 22f6fb0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

common-dev-assets

examples/logs-agent-ocp/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ data "ibm_is_security_groups" "vpc_security_groups" {
147147
# 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.
148148
module "vpe" {
149149
source = "terraform-ibm-modules/vpe-gateway/ibm"
150-
version = "4.8.2"
150+
version = "4.8.3"
151151
region = var.region
152152
prefix = var.prefix
153153
vpc_id = ibm_is_vpc.vpc.id

tests/resources/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ module "ocp_base" {
9393

9494
module "cos" {
9595
source = "terraform-ibm-modules/cos/ibm"
96-
version = "10.5.4"
96+
version = "10.5.5"
9797
resource_group_id = module.resource_group.resource_group_id
9898
region = var.region
9999
cos_instance_name = "${var.prefix}-cos"
@@ -116,7 +116,7 @@ locals {
116116

117117
module "buckets" {
118118
source = "terraform-ibm-modules/cos/ibm//modules/buckets"
119-
version = "10.5.4"
119+
version = "10.5.5"
120120
bucket_configs = [
121121
{
122122
bucket_name = local.logs_bucket_name

0 commit comments

Comments
 (0)