From 61a7d10d284fdde5a54be872e1fe90b96f459f29 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 10:15:37 +0000 Subject: [PATCH] Remove apigateway and apigateway_deployment from meta/runtime.yml (#1905) (#1906) [PR #1905/09c34986 backport][stable-6] Remove apigateway and apigateway_deployment from meta/runtime.yml This is a backport of PR #1905 as merged into main (09c3498). SUMMARY #1845 has accidentally added apigateway and apigateway_deployment on meta/runtime.yml This PR aims to remove that ISSUE TYPE Bugfix Pull Request COMPONENT NAME meta/runtime.yml Reviewed-by: Alina Buzachis --- changelogs/fragments/20230804-update-meta-runtime.yaml | 3 +++ meta/runtime.yml | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 changelogs/fragments/20230804-update-meta-runtime.yaml diff --git a/changelogs/fragments/20230804-update-meta-runtime.yaml b/changelogs/fragments/20230804-update-meta-runtime.yaml new file mode 100644 index 00000000000..406bf92a10e --- /dev/null +++ b/changelogs/fragments/20230804-update-meta-runtime.yaml @@ -0,0 +1,3 @@ +--- +bugfixes: + - Remove ``apigateway`` and ``apigateway_deployment`` from meta/runtime.yml (https://github.com/ansible-collections/community.aws/pull/1905). diff --git a/meta/runtime.yml b/meta/runtime.yml index b404de283a8..9f8cf5cd899 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -8,8 +8,6 @@ action_groups: - api_gateway - api_gateway_domain - api_gateway_info - - apigateway - - apigateway_deployment - application_autoscaling_policy - autoscaling_complete_lifecycle_action - autoscaling_instance_refresh_info