Skip to content

Commit a2143a0

Browse files
shemauSteve Peggs
andauthored
chore: replace reference to registry with local lookup (#415)
Co-authored-by: Steve Peggs <[email protected]>
1 parent 63d596d commit a2143a0

File tree

1 file changed

+1
-2
lines changed
  • examples/multi-resource-rule

1 file changed

+1
-2
lines changed

examples/multi-resource-rule/main.tf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ data "ibm_iam_account_settings" "iam_account_settings" {
4141
##############################################################################
4242

4343
module "cbr_zone_vpc" {
44-
source = "terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module"
45-
version = "1.18.0"
44+
source = "../../modules/cbr-zone-module"
4645
name = "${var.prefix}-VPC-network-zone"
4746
zone_description = "CBR Network zone containing VPC"
4847
account_id = data.ibm_iam_account_settings.iam_account_settings.account_id

0 commit comments

Comments
 (0)