From ac224ad11c4de59c6bc4653623905f45c16f2313 Mon Sep 17 00:00:00 2001 From: Julio Diez Date: Tue, 7 Mar 2023 12:29:20 +0100 Subject: [PATCH] Add tftest to README --- modules/net-ncc/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/net-ncc/README.md b/modules/net-ncc/README.md index 92b80557d..fc4b18cc4 100644 --- a/modules/net-ncc/README.md +++ b/modules/net-ncc/README.md @@ -63,7 +63,7 @@ module "ncc" { } } } -# tftest +# tftest modules=3 resources=10 ``` ### Connect a site to two VPC networks @@ -159,7 +159,7 @@ module "ncc" { } } } -# tftest +# tftest modules=4 resources=18 ``` ### Using load-balanced router appliances @@ -236,7 +236,7 @@ module "ncc" { } } } -# tftest +# tftest modules=4 resources=13 ``` It is possible to add custom route advertisements. For example, suppose the VPC network-a is peered to another VPC network-b using the CIDR range 10.10.0.0/24. If you want to reach this VPC network-b from the on-premises network you should advertise its range to the router appliances: @@ -315,5 +315,5 @@ module "ncc" { } } } -# tftest +# tftest modules=4 resources=13 ```