Skip to content

Commit 320a42e

Browse files
fix(deps): update terraform dependencies
1 parent 629d4a2 commit 320a42e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ For more information on access and permissions, see <https://cloud.ibm.com/docs/
8686
| Name | Source | Version |
8787
|------|--------|---------|
8888
| <a name="module_cbr_rule"></a> [cbr\_rule](#module\_cbr\_rule) | terraform-ibm-modules/cbr/ibm//modules/cbr-rule-module | 1.31.0 |
89-
| <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 |
90-
| <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 |
89+
| <a name="module_config_aggregator_trusted_profile"></a> [config\_aggregator\_trusted\_profile](#module\_config\_aggregator\_trusted\_profile) | terraform-ibm-modules/trusted-profile/ibm | 3.1.0 |
90+
| <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.1.0 |
9191
| <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.1.0 |
9292

9393
### Resources

main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ resource "ibm_app_config_collection" "collections" {
4040
module "config_aggregator_trusted_profile" {
4141
count = var.enable_config_aggregator ? 1 : 0
4242
source = "terraform-ibm-modules/trusted-profile/ibm"
43-
version = "3.0.0"
43+
version = "3.1.0"
4444
trusted_profile_name = var.config_aggregator_trusted_profile_name
4545
trusted_profile_description = "Trusted Profile for App Configuration instance ${ibm_resource_instance.app_config.guid} with required access for configuration aggregator"
4646
trusted_profile_identity = {
@@ -94,7 +94,7 @@ resource "ibm_iam_custom_role" "template_assignment_reader" {
9494
module "config_aggregator_trusted_profile_enterprise" {
9595
count = var.enable_config_aggregator && var.config_aggregator_enterprise_id != null ? 1 : 0
9696
source = "terraform-ibm-modules/trusted-profile/ibm"
97-
version = "3.0.0"
97+
version = "3.1.0"
9898
trusted_profile_name = var.config_aggregator_enterprise_trusted_profile_name
9999
trusted_profile_description = "Trusted Profile for App Configuration instance ${ibm_resource_instance.app_config.guid} with required access for configuration aggregator for enterprise accounts"
100100

solutions/fully-configurable/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
ibm = {
66
source = "IBM-Cloud/ibm"
7-
version = "1.78.3"
7+
version = "1.78.4"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)