feat(ELB): add ELB and ELBv2 tests and checks (#1489)

Co-authored-by: sergargar <sergio@verica.io>
This commit is contained in:
Sergio Garcia
2022-11-17 20:30:27 +01:00
committed by GitHub
parent 12896cceaa
commit 3370475fe9
81 changed files with 3803 additions and 711 deletions

View File

@@ -0,0 +1,4 @@
from providers.aws.lib.audit_info.audit_info import current_audit_info
from providers.aws.services.elbv2.elbv2_service import ELBv2
elbv2_client = ELBv2(current_audit_info)