File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
solutions/fully-configurable Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -90,10 +90,10 @@ You need the following permissions to run this module.
90
90
91
91
| Name | Source | Version |
92
92
| ------| --------| ---------|
93
- | <a name =" module_account_settings " ></a > [ account\_ settings] ( #module\_ account\_ settings ) | terraform-ibm-modules/iam-account-settings/ibm | 2.11.2 |
94
- | <a name =" module_cbr_fscloud " ></a > [ cbr\_ fscloud] ( #module\_ cbr\_ fscloud ) | terraform-ibm-modules/cbr/ibm//modules/fscloud | 1.31 .0 |
95
- | <a name =" module_existing_resource_group " ></a > [ existing\_ resource\_ group] ( #module\_ existing\_ resource\_ group ) | terraform-ibm-modules/resource-group/ibm | 1.2.0 |
96
- | <a name =" module_resource_group " ></a > [ resource\_ group] ( #module\_ resource\_ group ) | terraform-ibm-modules/resource-group/ibm | 1.2.0 |
93
+ | <a name =" module_account_settings " ></a > [ account\_ settings] ( #module\_ account\_ settings ) | terraform-ibm-modules/iam-account-settings/ibm | 2.12.0 |
94
+ | <a name =" module_cbr_fscloud " ></a > [ cbr\_ fscloud] ( #module\_ cbr\_ fscloud ) | terraform-ibm-modules/cbr/ibm//modules/fscloud | 1.32 .0 |
95
+ | <a name =" module_existing_resource_group " ></a > [ existing\_ resource\_ group] ( #module\_ existing\_ resource\_ group ) | terraform-ibm-modules/resource-group/ibm | 1.2.1 |
96
+ | <a name =" module_resource_group " ></a > [ resource\_ group] ( #module\_ resource\_ group ) | terraform-ibm-modules/resource-group/ibm | 1.2.1 |
97
97
| <a name =" module_trusted_profile_projects " ></a > [ trusted\_ profile\_ projects] ( #module\_ trusted\_ profile\_ projects ) | terraform-ibm-modules/trusted-profile/ibm | 2.3.1 |
98
98
99
99
### Resources
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ locals {
124
124
module "resource_group" {
125
125
for_each = local. rg_map
126
126
source = " terraform-ibm-modules/resource-group/ibm"
127
- version = " 1.2.0 "
127
+ version = " 1.2.1 "
128
128
resource_group_name = each. key
129
129
}
130
130
@@ -136,7 +136,7 @@ moved {
136
136
module "existing_resource_group" {
137
137
for_each = local. existing_rg_map
138
138
source = " terraform-ibm-modules/resource-group/ibm"
139
- version = " 1.2.0 "
139
+ version = " 1.2.1 "
140
140
existing_resource_group_name = each. key
141
141
}
142
142
@@ -148,7 +148,7 @@ moved {
148
148
module "account_settings" {
149
149
count = ! var. skip_iam_account_settings ? 1 : 0
150
150
source = " terraform-ibm-modules/iam-account-settings/ibm"
151
- version = " 2.11.2 "
151
+ version = " 2.12.0 "
152
152
access_token_expiration = var. access_token_expiration
153
153
active_session_timeout = var. active_session_timeout
154
154
allowed_ip_addresses = var. allowed_ip_addresses
@@ -188,7 +188,7 @@ module "trusted_profile_projects" {
188
188
module "cbr_fscloud" {
189
189
count = var. provision_cbr ? 1 : 0
190
190
source = " terraform-ibm-modules/cbr/ibm//modules/fscloud"
191
- version = " 1.31 .0"
191
+ version = " 1.32 .0"
192
192
prefix = var. cbr_prefix
193
193
zone_vpc_crn_list = []
194
194
allow_cos_to_kms = var. cbr_allow_cos_to_kms
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ terraform {
4
4
required_providers {
5
5
ibm = {
6
6
source = " IBM-Cloud/ibm"
7
- version = " 1.79.0 "
7
+ version = " 1.79.2 "
8
8
}
9
9
}
10
10
}
You can’t perform that action at this time.
0 commit comments