adam-turner-j

Results 1 issues of adam-turner-j

The following snippet produces an apply and destroy despite the teardown option. Other scopes such as module produce the same result. ``` @terraform('network', scope='session', teardown=terraform.TEARDOWN_OFF) def test_network(network): assert network['aws_vpc.main.cidr_block'] ==...

bug