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 63d596d commit a2143a0Copy full SHA for a2143a0
examples/multi-resource-rule/main.tf
@@ -41,8 +41,7 @@ data "ibm_iam_account_settings" "iam_account_settings" {
41
##############################################################################
42
43
module "cbr_zone_vpc" {
44
- source = "terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module"
45
- version = "1.18.0"
+ source = "../../modules/cbr-zone-module"
46
name = "${var.prefix}-VPC-network-zone"
47
zone_description = "CBR Network zone containing VPC"
48
account_id = data.ibm_iam_account_settings.iam_account_settings.account_id
0 commit comments