From 951e276ba54b34263a2777ebfc3d42abb956abac Mon Sep 17 00:00:00 2001 From: Michael Leditschke Date: Sun, 22 May 2022 19:44:36 +1000 Subject: [PATCH] fix(apigateway): remove new SIG4 models As SIG4 is very AWS specific, move these values to be prefixed as part of the AWS provider. With these new AWS values in place, a future breaking change can remove the SIG4 specific values from the shared provider. --- providers/shared/components/apigateway/id.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/providers/shared/components/apigateway/id.ftl b/providers/shared/components/apigateway/id.ftl index db0f7da8b..cb5bddde0 100644 --- a/providers/shared/components/apigateway/id.ftl +++ b/providers/shared/components/apigateway/id.ftl @@ -107,9 +107,9 @@ object. "Types" : STRING_TYPE, "Values" : [ "IP", - "SIG4ORIP", "SIG4_OR_IP", + "SIG4ORIP", "AUTHORISER_OR_IP", "AUTHORIZER_OR_IP", - "SIG4ANDIP", "SIG4_AND_IP", + "SIG4ANDIP", "AUTHORISER_AND_IP", "AUTHORIZER_AND_IP" ], "Default" : "IP"