File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ See in particular the [fscloud module](./modules/fscloud/) that enables creating
3636``` hcl
3737module "ibm_cbr" "zone" {
3838 # replace main with version
39- source = "terraform-ibm-modules/cbr/ibm//cbr-zone-module"
39+ source = "terraform-ibm-modules/cbr/ibm//modules/ cbr-zone-module"
4040 version = "latest" # Replace "latest" with a release version to lock into a specific release
4141 name = "zone_for_pg_access"
4242 account_id = data.ibm_iam_account_settings.iam_account_settings.account_id
@@ -46,7 +46,7 @@ module "ibm_cbr" "zone" {
4646
4747module "ibm_cbr" "rule" {
4848 # replace main with version
49- source = "terraform-ibm-modules/cbr/ibm//cbr-zone-module"
49+ source = "terraform-ibm-modules/cbr/ibm//modules/ cbr-zone-module"
5050 version = "latest" # Replace "latest" with a release version to lock into a specific release
5151 name = "rule_for_pg_access"
5252 rule_description = "rule from terraform"
You can’t perform that action at this time.
0 commit comments