Add shared-vpc support on Data Playgroud blueprint

This commit is contained in:
lcaggio
2023-01-19 00:33:31 +01:00
parent 8c826c8c0a
commit 07a7be29e3
7 changed files with 77 additions and 28 deletions

View File

@@ -22,4 +22,4 @@ def test_resources(e2e_plan_runner):
"Test that plan works and the numbers of resources is as expected."
modules, resources = e2e_plan_runner(FIXTURES_DIR)
assert len(modules) == 7
assert len(resources) == 37
assert len(resources) == 38