Skip to content

Commit 7c4a7f3

Browse files
fix(deps): update dependencies (#706)
1 parent 198148e commit 7c4a7f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/obs-agent-ocp/main.tf

Lines changed: 2 additions & 2 deletions
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 = "3.2.8"
25+
version = "3.2.9"
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.
@@ -149,7 +149,7 @@ data "ibm_is_security_groups" "vpc_security_groups" {
149149
# The below code creates a VPE for Cloud logs in the provisioned VPC which allows the agents to access the private Cloud Logs Ingress endpoint.
150150
module "vpe" {
151151
source = "terraform-ibm-modules/vpe-gateway/ibm"
152-
version = "4.8.6"
152+
version = "4.8.7"
153153
region = var.region
154154
prefix = var.prefix
155155
vpc_id = ibm_is_vpc.vpc.id

0 commit comments

Comments
 (0)