Skip to content

Commit f80d3e4

Browse files
fix(deps): update terraform terraform-ibm-modules/trusted-profile/ibm to v3 (#226)
1 parent 2b211bc commit f80d3e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ For more information on access and permissions, see <https://cloud.ibm.com/docs/
8888
| <a name="module_cbr_rule"></a> [cbr\_rule](#module\_cbr\_rule) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.28.0 |
8989
| <a name="module_config_aggregator_trusted_profile"></a> [config\_aggregator\_trusted\_profile](#module\_config\_aggregator\_trusted\_profile) | terraform-ibm-modules/trusted-profile/ibm | 3.0.0 |
9090
| <a name="module_config_aggregator_trusted_profile_enterprise"></a> [config\_aggregator\_trusted\_profile\_enterprise](#module\_config\_aggregator\_trusted\_profile\_enterprise) | terraform-ibm-modules/trusted-profile/ibm | 3.0.0 |
91-
| <a name="module_config_aggregator_trusted_profile_template"></a> [config\_aggregator\_trusted\_profile\_template](#module\_config\_aggregator\_trusted\_profile\_template) | terraform-ibm-modules/trusted-profile/ibm//modules/trusted-profile-template | 2.2.0 |
91+
| <a name="module_config_aggregator_trusted_profile_template"></a> [config\_aggregator\_trusted\_profile\_template](#module\_config\_aggregator\_trusted\_profile\_template) | terraform-ibm-modules/trusted-profile/ibm//modules/trusted-profile-template | 3.0.0 |
9292

9393
### Resources
9494

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ module "config_aggregator_trusted_profile_enterprise" {
137137
module "config_aggregator_trusted_profile_template" {
138138
count = var.enable_config_aggregator && var.config_aggregator_enterprise_id != null ? 1 : 0
139139
source = "terraform-ibm-modules/trusted-profile/ibm//modules/trusted-profile-template"
140-
version = "2.2.0"
140+
version = "3.0.0"
141141
template_name = var.config_aggregator_enterprise_trusted_profile_template_name
142142
template_description = "Trusted Profile template for App Configuration instance ${ibm_resource_instance.app_config.guid} with required access for configuration aggregator"
143143
profile_name = var.config_aggregator_trusted_profile_name

0 commit comments

Comments
 (0)