Update README.md

This commit is contained in:
Julio Castillo 2022-02-22 17:31:50 +01:00 committed by GitHub
parent f803666b8d
commit c012d92058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -16,11 +16,11 @@ These modules are used in the examples included in this repository. If you are u
- Evolve the existing modules.
- Create your own modules.
- Sync from the upstream repository to get all the updates.
- Use GitHub sources with refs to reference the modules in your fork. See an example below:
- Use GitHub sources with refs to reference the modules. See an example below:
```
module "project" {
source = "github.com/my-fork/cloud-foundation-fabric.git//modules/project?ref=v12.0.0"
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/project?ref=v13.0.0"
name = "my-project"
billing_account = "123456-123456-123456"
parent = "organizations/123456"