Create pubsub service identity if service is enabled (#270)
* Create service identity if service is enabled * remove dry run mode * fix tests * Improve for_each logic
This commit is contained in:
@@ -24,4 +24,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) == 5
|
||||
assert len(resources) == 18
|
||||
assert len(resources) == 19
|
||||
|
||||
@@ -24,4 +24,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) == 6
|
||||
assert len(resources) == 32
|
||||
assert len(resources) == 35
|
||||
|
||||
Reference in New Issue
Block a user