Skip to content

Commit 13f53f1

Browse files
committed
Fix: usage plan physical resource id
1 parent bfb4a18 commit 13f53f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

localstack-core/localstack/services/apigateway/resource_providers/aws_apigateway_usageplan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,6 @@ def update(
210210

211211
return ProgressEvent(
212212
status=OperationStatus.SUCCESS,
213-
resource_model=model,
213+
resource_model={**request.previous_state, **request.desired_state},
214214
custom_context=request.custom_context,
215215
)

0 commit comments

Comments
 (0)