From 9068bd7729fad0af0d9b2080523ac98c1c050085 Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Wed, 8 Nov 2023 09:20:16 +0100 Subject: [PATCH] Update README.md --- modules/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/README.md b/modules/README.md index 03c5cf65bc..cefc5e5592 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" + source = "github.com/GoogleCloudPlatform/cloud-foundation-fabric//modules/project?ref=v13.0.0&depth=1" name = "my-project" billing_account = "123456-123456-123456" parent = "organizations/123456"