Skip to content

Commit

Permalink
chore: update example to pull from hashicorp registry (#94)
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Peggs <[email protected]>
Co-authored-by: Conall Ó Cofaigh <[email protected]>
  • Loading branch information
3 people authored Sep 18, 2023
1 parent 3bc304f commit 8ca3326
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/fscloud/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ resource "ibm_is_subnet" "testacc_subnet" {
# Create CBR Zone
##############################################################################
module "cbr_zone" {
source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-cbr//modules/cbr-zone-module?ref=v1.9.1"
source = "terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module"
version = "1.9.1"
name = "${var.prefix}-VPC-network-zone"
zone_description = "CBR Network zone representing VPC"
account_id = data.ibm_iam_account_settings.iam_account_settings.account_id
Expand Down

0 comments on commit 8ca3326

Please sign in to comment.