Skip to content

Commit a26bc75

Browse files
chore(deps): update terraform-module
1 parent 8b7cbe6 commit a26bc75

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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.0"
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.0"
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.0"
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.0"
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)