We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63793ae commit 01077ecCopy full SHA for 01077ec
examples/complete/main.tf
@@ -64,7 +64,7 @@ resource "ibm_is_subnet" "testacc_subnet" {
64
# Create CBR Zone
65
##############################################################################
66
module "cbr_zone" {
67
- source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-zone-module?ref=v1.1.0"
+ source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//cbr-zone-module?ref=v1.1.2"
68
name = "${var.prefix}-VPC-network-zone"
69
zone_description = "CBR Network zone representing VPC"
70
account_id = data.ibm_iam_account_settings.iam_account_settings.account_id
0 commit comments