Make test visible

This commit is contained in:
Julio Castillo 2023-02-08 19:19:35 +01:00
parent 71e96dfdee
commit e80adfa906
1 changed files with 5 additions and 2 deletions

View File

@ -23,7 +23,9 @@ Clone this repository or [open it in cloud shell](https://ssh.cloud.google.com/c
Once done testing, you can clean up resources by running `terraform destroy`.
<!--
# Test
```hcl
module "test" {
source = "./fabric/blueprints/serverless/api-gateway"
project_create = {
@ -36,8 +38,9 @@ module "test" {
"europe-west2"
]
}
# tftest modules=8 resources=34
-->
```
<!-- BEGIN TFDOC -->