From 80978edea2689885d7b1bf6dffddc4c10c41e5fe Mon Sep 17 00:00:00 2001 From: kaue Date: Mon, 11 Nov 2024 15:13:11 -0300 Subject: [PATCH] bump modules/README github tag reference (#2673) updates the snippet on how to reference Fabric modules using github tags to the latest tag (`v35.0.0`). --- modules/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/README.md b/modules/README.md index 1cbca21b11..682419f19d 100644 --- a/modules/README.md +++ b/modules/README.md @@ -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"