Skip to content

Commit 913c039

Browse files
fix(deps): update terraform dependencies (#344)
1 parent e86002f commit 913c039

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ You need the following permissions to run this module.
9090

9191
| Name | Source | Version |
9292
|------|--------|---------|
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 |
9797
| <a name="module_trusted_profile_projects"></a> [trusted\_profile\_projects](#module\_trusted\_profile\_projects) | terraform-ibm-modules/trusted-profile/ibm | 2.3.1 |
9898

9999
### Resources

main.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ locals {
124124
module "resource_group" {
125125
for_each = local.rg_map
126126
source = "terraform-ibm-modules/resource-group/ibm"
127-
version = "1.2.0"
127+
version = "1.2.1"
128128
resource_group_name = each.key
129129
}
130130

@@ -136,7 +136,7 @@ moved {
136136
module "existing_resource_group" {
137137
for_each = local.existing_rg_map
138138
source = "terraform-ibm-modules/resource-group/ibm"
139-
version = "1.2.0"
139+
version = "1.2.1"
140140
existing_resource_group_name = each.key
141141
}
142142

@@ -148,7 +148,7 @@ moved {
148148
module "account_settings" {
149149
count = !var.skip_iam_account_settings ? 1 : 0
150150
source = "terraform-ibm-modules/iam-account-settings/ibm"
151-
version = "2.11.2"
151+
version = "2.12.0"
152152
access_token_expiration = var.access_token_expiration
153153
active_session_timeout = var.active_session_timeout
154154
allowed_ip_addresses = var.allowed_ip_addresses
@@ -188,7 +188,7 @@ module "trusted_profile_projects" {
188188
module "cbr_fscloud" {
189189
count = var.provision_cbr ? 1 : 0
190190
source = "terraform-ibm-modules/cbr/ibm//modules/fscloud"
191-
version = "1.31.0"
191+
version = "1.32.0"
192192
prefix = var.cbr_prefix
193193
zone_vpc_crn_list = []
194194
allow_cos_to_kms = var.cbr_allow_cos_to_kms

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.79.0"
7+
version = "1.79.2"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)