Skip to content

Commit

Permalink
Update descentralized-firewall tests
Browse files Browse the repository at this point in the history
  • Loading branch information
juliocc committed Feb 8, 2023
1 parent 4830280 commit 51e7d52
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 82 deletions.
12 changes: 12 additions & 0 deletions blueprints/networking/decentralized-firewall/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,15 @@ in the [`validator/`](validator/) subdirectory, which can be integrated as part
| [vpc](outputs.tf#L41) | Shared VPCs. | |

<!-- END TFDOC -->

## Test
```hcl
module "test" {
source = "./fabric/blueprints/networking/descentralized-firewall"
billing_account_id = "ABCDE-12345-ABCDE"
prefix = "prefix"
root_node = "organizations/0123456789"
}
# tftest modules=9 resources=50
```
13 changes: 0 additions & 13 deletions tests/blueprints/networking/decentralized_firewall/__init__.py

This file was deleted.

22 changes: 0 additions & 22 deletions tests/blueprints/networking/decentralized_firewall/fixture/main.tf

This file was deleted.

This file was deleted.

19 changes: 0 additions & 19 deletions tests/blueprints/networking/decentralized_firewall/test_plan.py

This file was deleted.

0 comments on commit 51e7d52

Please sign in to comment.