Skip to content

Commit 4626837

Browse files
chore(deps): update terraform-module (#259)
Co-authored-by: Shikha Maheshwari <[email protected]>
1 parent fc797a0 commit 4626837

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/resources/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module "resource_group" {
1515
##############################################################################
1616

1717
module "landing_zone" {
18-
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone//patterns//roks//module?ref=v6.6.3"
18+
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone//patterns//roks//module?ref=v7.0.2"
1919
region = var.region
2020
prefix = var.prefix
2121
tags = var.resource_tags
@@ -117,7 +117,7 @@ locals {
117117

118118
module "trusted_profile" {
119119
source = "terraform-ibm-modules/trusted-profile/ibm"
120-
version = "1.0.5"
120+
version = "2.0.0"
121121
trusted_profile_name = "${var.prefix}-profile"
122122
trusted_profile_description = "Logs agent Trusted Profile"
123123
# 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.

0 commit comments

Comments
 (0)