Skip to content

Commit

Permalink
fix(deps): update terraform terraform-ibm-modules/cbr/ibm to v1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
terraform-ibm-modules-ops committed Dec 14, 2024
1 parent 2d29f45 commit 45846bc
Showing 1 changed file with 1 addition and 1 deletion.
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.29.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 45846bc

Please sign in to comment.