Skip to content

Commit 0d6e09b

Browse files
chore(deps): update terraform dependencies
1 parent 0c1c5cf commit 0d6e09b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/advanced/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module "resource_group" {
1616

1717
module "cloud_monitoring" {
1818
source = "terraform-ibm-modules/observability-instances/ibm//modules/cloud_monitoring"
19-
version = "3.5.2"
19+
version = "3.5.3"
2020
resource_group_id = module.resource_group.resource_group_id
2121
region = var.region
2222
instance_name = "${var.prefix}-cm"

examples/enterprise/main.tf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module "scc_wp" {
2727
# Create Trusted profile for SCC Workload Protection instance
2828
module "trusted_profile_scc_wp" {
2929
source = "terraform-ibm-modules/trusted-profile/ibm"
30-
version = "2.1.1"
30+
version = "2.3.1"
3131
trusted_profile_name = "${var.prefix}-scc-wp-profile"
3232
trusted_profile_description = "Trusted Profile for SCC-WP to access App Config and enterprise"
3333

@@ -68,7 +68,7 @@ module "trusted_profile_scc_wp" {
6868
# Create new App Config instance
6969
module "app_config" {
7070
source = "terraform-ibm-modules/app-configuration/ibm"
71-
version = "1.3.0"
71+
version = "1.5.0"
7272
region = var.region
7373
resource_group_id = module.resource_group.resource_group_id
7474
app_config_name = "${var.prefix}-app-config"
@@ -78,7 +78,7 @@ module "app_config" {
7878
# Create trusted profile for App Config instance
7979
module "trusted_profile_app_config_general" {
8080
source = "terraform-ibm-modules/trusted-profile/ibm"
81-
version = "2.1.1"
81+
version = "2.3.1"
8282
trusted_profile_name = "${var.prefix}-app-config-general-profile"
8383
trusted_profile_description = "Trusted Profile for App Config general permissions"
8484

@@ -130,7 +130,7 @@ resource "ibm_iam_custom_role" "template_assignment_reader" {
130130
# Trusted Profile for App Config enterprise-level permissions
131131
module "trusted_profile_app_config_enterprise" {
132132
source = "terraform-ibm-modules/trusted-profile/ibm"
133-
version = "2.1.1"
133+
version = "2.3.1"
134134
trusted_profile_name = "${var.prefix}-app-config-enterprise-profile"
135135
trusted_profile_description = "Trusted Profile for App Config to manage IAM templates"
136136

@@ -172,7 +172,7 @@ module "trusted_profile_app_config_enterprise" {
172172

173173
module "trusted_profile_template" {
174174
source = "terraform-ibm-modules/trusted-profile/ibm//modules/trusted-profile-template"
175-
version = "2.1.1"
175+
version = "2.3.1"
176176
template_name = "Trusted Profile Template for SCC-WP-${var.prefix}"
177177
template_description = "IAM trusted profile template to onboard accounts for CSPM"
178178
profile_name = "Trusted Profile for IBM Cloud CSPM in SCC-WP-${var.prefix}"

0 commit comments

Comments
 (0)