From bf242cd382b853566c063106017881e0d0cbadf2 Mon Sep 17 00:00:00 2001 From: Bert Blommers Date: Tue, 19 Oct 2021 21:01:00 +0000 Subject: [PATCH] Feature: ELBv2: create_target_group with TargetType (#4443) --- moto/elbv2/responses.py | 12 + tests/test_elbv2/test_elbv2.py | 439 ---------------- tests/test_elbv2/test_elbv2_target_groups.py | 523 +++++++++++++++++++ 3 files changed, 535 insertions(+), 439 deletions(-) create mode 100644 tests/test_elbv2/test_elbv2_target_groups.py diff --git a/moto/elbv2/responses.py b/moto/elbv2/responses.py index 9333dc075..ed1ea3834 100644 --- a/moto/elbv2/responses.py +++ b/moto/elbv2/responses.py @@ -839,9 +839,15 @@ CREATE_TARGET_GROUP_TEMPLATE = """