Skip to content

Commit 01077ec

Browse files
chore(deps): update terraform github.com/terraform-ibm-modules/terraform-ibm-cbr to v1.1.2 (#17)
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
1 parent 63793ae commit 01077ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ resource "ibm_is_subnet" "testacc_subnet" {
6464
# Create CBR Zone
6565
##############################################################################
6666
module "cbr_zone" {
67-
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-zone-module?ref=v1.1.0"
67+
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-zone-module?ref=v1.1.2"
6868
name = "${var.prefix}-VPC-network-zone"
6969
zone_description = "CBR Network zone representing VPC"
7070
account_id = data.ibm_iam_account_settings.iam_account_settings.account_id

0 commit comments

Comments
 (0)