Skip to content

Commit

Permalink
fix(deps): update terraform terraform-ibm-modules/cbr/ibm to v1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops committed Sep 21, 2024
1 parent d66077e commit 2566bd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ You need the following permissions to run this module.

| Name | Source | Version |
|------|--------|---------|
| <a name="module_cbr_zones"></a> [cbr\_zones](#module\_cbr\_zones) | terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module | v1.24.1 |
| <a name="module_cbr_zones"></a> [cbr\_zones](#module\_cbr\_zones) | terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module | v1.27.0 |

### Resources

Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ locals {
module "cbr_zones" {
for_each = { for obj in var.cbr_zones : obj.name => obj }
source = "terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module"
version = "v1.24.1"
version = "v1.27.0"
account_id = data.ibm_iam_account_settings.iam_account_settings.account_id
name = each.value.name
zone_description = each.value.zone_description
Expand Down

0 comments on commit 2566bd9

Please sign in to comment.