Skip to content

Commit

Permalink
bump modules/README github tag reference (#2673)
Browse files Browse the repository at this point in the history
updates the snippet on how to reference Fabric modules using github tags to the latest tag (`v35.0.0`).
  • Loading branch information
kaue authored Nov 11, 2024
1 parent c1dfcaa commit 80978ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ These modules are used in the examples included in this repository. If you are u

```terraform
module "project" {
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/project?ref=v13.0.0&depth=1"
source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/project?ref=v35.0.0&depth=1"
name = "my-project"
billing_account = "123456-123456-123456"
parent = "organizations/123456"
Expand Down

0 comments on commit 80978ed

Please sign in to comment.