From 6756c9047e7a44d8c4bec6360493bce8f5ef5338 Mon Sep 17 00:00:00 2001 From: Andrew Glenn <29951057+andrew-glenn@users.noreply.github.com> Date: Wed, 5 Jul 2023 22:40:29 -0500 Subject: [PATCH] Adding: `role_name` to list of inherited items so propagation works --- taskcat/_dataclasses.py | 1 + 1 file changed, 1 insertion(+) diff --git a/taskcat/_dataclasses.py b/taskcat/_dataclasses.py index 7ff3745c..1e58a7bd 100644 --- a/taskcat/_dataclasses.py +++ b/taskcat/_dataclasses.py @@ -656,6 +656,7 @@ class ProjectConfig(JsonSchemaMixin, allow_additional_props=False): # type: ign "s3_regional_buckets", "prehooks", "posthooks", + "role_name" ]