Skip to content

Commit 321229b

Browse files
shemauSteve Peggsocofaigh
authored
fix: update module references in README (#284)
Co-authored-by: Steve Peggs <[email protected]> Co-authored-by: Conall Ó Cofaigh <[email protected]>
1 parent 6d9127b commit 321229b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ See in particular the [fscloud module](./modules/fscloud/) that enables creating
3636
```hcl
3737
module "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
4747
module "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"

0 commit comments

Comments
 (0)