From fca74c22586d386c7081703a489c88abbde74a19 Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Mon, 12 Jun 2023 21:33:16 +0200 Subject: [PATCH] Fix test --- .../hub-and-spoke-peering/README.md | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/blueprints/networking/hub-and-spoke-peering/README.md b/blueprints/networking/hub-and-spoke-peering/README.md index d96d8ea7..7e708832 100644 --- a/blueprints/networking/hub-and-spoke-peering/README.md +++ b/blueprints/networking/hub-and-spoke-peering/README.md @@ -113,15 +113,15 @@ You can add additional spoke to the architecture. All of these spokes have netwo ```hcl module "test" { - source = "./fabric/blueprints/networking/hub-and-spoke-peering" - prefix = "prefix" - project_create = { - billing_account = "123456-123456-123456" - oslogin = true - parent = "folders/123456789" - } - project_id = "project-1" + source = "./fabric/blueprints/networking/hub-and-spoke-peering" + prefix = "prefix" + project_create = { + billing_account = "123456-123456-123456" + oslogin = true + parent = "folders/123456789" + } + project_id = "project-1" } -# tftest modules=22 resources=61 -``` \ No newline at end of file +# tftest modules=22 resources=69 +```