Skip to content

Commit

Permalink
Comply with the new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Prete committed Feb 27, 2023
1 parent de38cd3 commit 327c5e0
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 163 deletions.
14 changes: 14 additions & 0 deletions blueprints/networking/glb-hybrid-neg-internal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,17 @@ At the moment, every time a user changes the configuration of a NEG, the NEG is
| [glb_ip_address](outputs.tf#L17) | Load balancer IP address. | |

<!-- END TFDOC -->

## Test
```hcl
module "test" {
source = "./fabric/blueprints/networking/glb-hybrid-neg-internal"
prefix = "prefix"
projects_create = {
billing_account_id = "123456-123456-123456"
parent = "folders/123456789"
}
}
# tftest modules=21 resources=64
```
13 changes: 0 additions & 13 deletions tests/blueprints/networking/glb-hybrid-neg-internal/__init__.py

This file was deleted.

This file was deleted.

This file was deleted.

19 changes: 0 additions & 19 deletions tests/blueprints/networking/glb-hybrid-neg-internal/test_plan.py

This file was deleted.

0 comments on commit 327c5e0

Please sign in to comment.